From 19dd1c0f5829640f300e493c282ab77b768150a2 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 May 2024 14:02:17 +0200 Subject: [PATCH] zlog: fix PKG_MIRROR_HASH Due to the change in the version description, the package must be downloaded again. In addition, the standard compression method has changed to zst. The checksum must therefore be recalculated. Fixes: 5d273f0f5f01 ("zlog: fix version for APK") Signed-off-by: Florian Eckert --- libs/zlog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/zlog/Makefile b/libs/zlog/Makefile index 3c5caaeab..14469b856 100644 --- a/libs/zlog/Makefile +++ b/libs/zlog/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/HardySimpson/zlog PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=d3f8530751763b83668891fc41744878d9f9af82344e2bada62d2bff9c5ff935 +PKG_MIRROR_HASH:=f726edf847c6953c8035f49f0b50dab185b051c01abbb5b12fb1994511d19a48 PKG_MAINTAINER:=Marko Ratkaj PKG_LICENSE:=Apache-2.0