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/ratched | |
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/ratched')
-rw-r--r-- | net/ratched/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ratched/Makefile b/net/ratched/Makefile index 3ab20e5b6..cb05d9b26 100644 --- a/net/ratched/Makefile +++ b/net/ratched/Makefile @@ -10,7 +10,7 @@ PKG_LICENSE:=GPL-3.0-only PKG_SOURCE_URL:=https://github.com/johndoe31415/ratched.git PKG_SOURCE_VERSION:=091d000ba91c5ebc41148cb9b511a4b527c1ea44 PKG_SOURCE_PROTO:=git -PKG_MIRROR_HASH:=67c8ff1a54af34181d8467803e18c709d06fd20929b6fdbba68700af88de71aa +PKG_MIRROR_HASH:=079c4e8a5c7b58409c4cee9ba29a0da3d71a72a6693e04835a4973893be05a73 include $(INCLUDE_DIR)/package.mk |