From 0fb063f329443fd5abb8f46cd1715ae949743538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81yszczek?= Date: Fri, 14 Feb 2025 18:54:00 +0100 Subject: [PATCH] logging/embedlog: bump version to v0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.7.2 fixes few minor bug fixes during compilation 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 e4e6f2b4c..ef7b306f7 100644 --- a/logging/embedlog/Makefile +++ b/logging/embedlog/Makefile @@ -28,8 +28,8 @@ PACKEXT = .tar.gz NXTOOLSDIR = $(APPDIR)/tools EMBEDLOG_URL = https://distfiles.bofc.pl/embedlog -EMBEDLOG_VERSION = 0.7.0 -EMBEDLOG_SRC_SHA256 = 154cbcb9a14809f14c5c4a5e11a3b6da23be2858a1d7a2b4054bb05f062f41c5 +EMBEDLOG_VERSION = 0.7.2 +EMBEDLOG_SRC_SHA256 = 561021ab825584ac7cdf88adb639950ab9fddb474fd52fc8950bc4c70d8d9960 EMBEDLOG_EXT = tar.gz EMBEDLOG_SOURCES = embedlog-$(EMBEDLOG_VERSION) EMBEDLOG_TARBALL = $(EMBEDLOG_SOURCES).$(EMBEDLOG_EXT)