zlog: fix PKG_MIRROR_HASH
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 10 May 2024 12:02:17 +0000 (14:02 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 10 May 2024 12:17:37 +0000 (14:17 +0200)
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 <fe@dev.tdt.de>
libs/zlog/Makefile

index 3c5caaeabfe9b9306be0d177deb425985e8ea8a6..14469b856f3d428c5a783792f9941a172d868cd0 100644 (file)
@@ -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 <markoratkaj@gmail.com>
 PKG_LICENSE:=Apache-2.0