From e6047b296e741c6822f3ec70f0b50f9aa082e352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81yszczek?= Date: Sat, 2 Mar 2024 00:09:26 +0100 Subject: [PATCH] logging/embedlog: update to version v0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Łyszczek --- logging/embedlog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logging/embedlog/Makefile b/logging/embedlog/Makefile index 0401f34d4..747b7ec5c 100644 --- a/logging/embedlog/Makefile +++ b/logging/embedlog/Makefile @@ -26,8 +26,8 @@ PACKEXT = .tar.gz NXTOOLSDIR = $(APPDIR)/tools EMBEDLOG_URL = https://distfiles.bofc.pl/embedlog -EMBEDLOG_VERSION = 0.6.0 -EMBEDLOG_SRC_SHA256 = f5f15dd124d113c7c8cc286f17fc633e1ade90acb6633dc98277968ab2a149d5 +EMBEDLOG_VERSION = 0.7.0 +EMBEDLOG_SRC_SHA256 = 154cbcb9a14809f14c5c4a5e11a3b6da23be2858a1d7a2b4054bb05f062f41c5 EMBEDLOG_EXT = tar.gz EMBEDLOG_SOURCES = embedlog-$(EMBEDLOG_VERSION) EMBEDLOG_TARBALL = $(EMBEDLOG_SOURCES).$(EMBEDLOG_EXT)