diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-06 12:47:54 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-07 12:06:34 +0200 |
commit | 272f55e87f0731b3f04aefd39598a127b317abf4 (patch) | |
tree | c2cbcf687848c4a02159bc63c0c707ff47dcf53c /net/jool/Makefile | |
parent | ca3209a3b35cd80de39f9f4f2a263211191807cb (diff) |
treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'net/jool/Makefile')
-rw-r--r-- | net/jool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/jool/Makefile b/net/jool/Makefile index fa289ebca..c6ac329b3 100644 --- a/net/jool/Makefile +++ b/net/jool/Makefile @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/NICMx/Jool.git PKG_SOURCE_VERSION:=aed966aa4873af2d84fd445f49cf33f719539c9e -PKG_MIRROR_HASH:=84dcd6884d849f45a3374ab25654b20cef681a3bcf0fb7f7381281f6f14c31a4 +PKG_MIRROR_HASH:=b3acf9886ea287cf3e8ce8476ebfc3820b354411e18fafd6abab7aa220d5273f PKG_BUILD_DIR=$(KERNEL_BUILD_DIR)/$(PKG_SOURCE_SUBDIR) PKG_BUILD_PARALLEL:=1 |