diff options
author | Paul Spooren <mail@aparcar.org> | 2024-03-23 13:07:25 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2024-03-25 09:32:48 +0100 |
commit | c02a2db05e941c49ba3d073f537c2d101c7e48b0 (patch) | |
tree | 23be2f315aa0b243a34ecbb331c75f7cb600c1a0 /package/utils | |
parent | 004eac14ab5418cd72f5dfb365e0e04a73eca03e (diff) |
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 <mail@aparcar.org>
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/yafut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |