From c02a2db05e941c49ba3d073f537c2d101c7e48b0 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sat, 23 Mar 2024 13:07:25 +0100 Subject: treewide: update PKG_MIRROR_HASH after APK version schema With the change in version schema the downloaded files changed, too, mostly the hash is now prefixed with a tilde `~` instead of a dash `-`. Since each downloaded archive contains folder with the same name as the archive, the checksum changed. Signed-off-by: Paul Spooren --- package/utils/yafut/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/yafut') diff --git a/package/utils/yafut/Makefile b/package/utils/yafut/Makefile index ef16404c33..225b53852b 100644 --- a/package/utils/yafut/Makefile +++ b/package/utils/yafut/Makefile @@ -5,7 +5,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/kempniu/yafut.git -PKG_MIRROR_HASH:=6eece622d1df99ffee1a18d162d36292f32bf2d5e514663a6b61fd82c2ecbcba +PKG_MIRROR_HASH:=281da69ba77c1b7556b76f8ee907e012dc9c6b15916bf5e2027980014b25d401 PKG_SOURCE_DATE:=2023-03-31 PKG_SOURCE_VERSION:=16435e89d449f953712983315e1a89cdb678620d -- cgit v1.2.3