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 /utils/hexedit | |
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 'utils/hexedit')
-rw-r--r-- | utils/hexedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hexedit/Makefile b/utils/hexedit/Makefile index ef593cc0b..b38b0f0fd 100644 --- a/utils/hexedit/Makefile +++ b/utils/hexedit/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/pixel/hexedit.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=138f8aff0466a33f33be43e25e7a47ba48216c0b2d41cbb6cc23ca848bd8a564 +PKG_MIRROR_HASH:=3f35954fc051b86aa6255bf0841bc774fd6fa8fba46e3feb6945b88b0d2f56fa PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |