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/udp-broadcast-relay-redux-openwrt | |
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/udp-broadcast-relay-redux-openwrt')
-rw-r--r-- | net/udp-broadcast-relay-redux-openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/udp-broadcast-relay-redux-openwrt/Makefile b/net/udp-broadcast-relay-redux-openwrt/Makefile index 4e47aea6e..b3a5c10e5 100644 --- a/net/udp-broadcast-relay-redux-openwrt/Makefile +++ b/net/udp-broadcast-relay-redux-openwrt/Makefile @@ -8,7 +8,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/udp-redux/udp-broadcast-relay-redux PKG_SOURCE_DATE:=2021-04-05 PKG_SOURCE_VERSION:=671372938b55a186625a80516f86e8b9948c977a -PKG_MIRROR_HASH:=11cf8728f2b8e966f4f57032d817a889f680ed8e61afff35b52ca9c6789a03c6 +PKG_MIRROR_HASH:=c506e32767233c7dcf079f45055ba14ecca70add5921141c4d9d8fe8499e7a65 include $(INCLUDE_DIR)/package.mk |