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 /tools/make-ext4fs | |
parent | bab3ae2ee7656600a185f4cef11cef94389023af (diff) | |
download | openwrt-b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80.tar.gz openwrt-b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80.tar.bz2 openwrt-b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80.zip |
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 'tools/make-ext4fs')
-rw-r--r-- | tools/make-ext4fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-ext4fs/Makefile b/tools/make-ext4fs/Makefile index 91fba48ba7..b5616b1bc7 100644 --- a/tools/make-ext4fs/Makefile +++ b/tools/make-ext4fs/Makefile @@ -13,7 +13,7 @@ PKG_SOURCE_URL=$(PROJECT_GIT)/project/make_ext4fs.git PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2020-01-05 PKG_SOURCE_VERSION:=5c201be7d72aff735da27e17c29852e0cefe3e52 -PKG_MIRROR_HASH:=f1c204ff4daa941dc30465286af25044d67bafa537cc66b29fc1b4ec49bfdb28 +PKG_MIRROR_HASH:=ec8304dc06f94338e14e608a807f48e10d0987bdac4d90f235650b46994dfbd7 include $(INCLUDE_DIR)/host-build.mk |