diff options
author | Paul Spooren <mail@aparcar.org> | 2024-03-25 10:03:26 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-06 11:24:18 +0200 |
commit | b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80 (patch) | |
tree | 2d36a33cb84076b9af43089e53cb31a741cba2e4 /package/utils/yafut | |
parent | bab3ae2ee7656600a185f4cef11cef94389023af (diff) |
treewide: update PKG_MIRROR_HASH to zst
When using zst instead of xz, the hash changes. This commit fixes the
hash for packages and tools in core.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'package/utils/yafut')
-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 225b53852b..37df2d8172 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:=281da69ba77c1b7556b76f8ee907e012dc9c6b15916bf5e2027980014b25d401 +PKG_MIRROR_HASH:=591eb3ffa334aaebf9f8155ade90b674896223bcabc1039deda57c2aeafb0525 PKG_SOURCE_DATE:=2023-03-31 PKG_SOURCE_VERSION:=16435e89d449f953712983315e1a89cdb678620d |