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/jsonfilter | |
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/jsonfilter')
-rw-r--r-- | package/utils/jsonfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/jsonfilter/Makefile b/package/utils/jsonfilter/Makefile index d243ac732c..d249ea1a36 100644 --- a/package/utils/jsonfilter/Makefile +++ b/package/utils/jsonfilter/Makefile @@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/jsonpath.git PKG_SOURCE_DATE:=2024-01-23 PKG_SOURCE_VERSION:=594cfa86469c005972ba750614f5b3f1af84d0f6 -PKG_MIRROR_HASH:=92bb2bc64be6769bd16c2c3c0e955e8f58abd6b99ffe6841d089e08df78fc8b7 +PKG_MIRROR_HASH:=2f455f04fbfcdb4c81cccd23475b47395f847db44aa4bd9a1007b9aa0ab7fd19 CMAKE_INSTALL:=1 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> |