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/bpfcountd | |
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/bpfcountd')
-rw-r--r-- | net/bpfcountd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bpfcountd/Makefile b/net/bpfcountd/Makefile index f6b97c2e4..cb8c13fd4 100644 --- a/net/bpfcountd/Makefile +++ b/net/bpfcountd/Makefile @@ -10,7 +10,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2021-06-26 PKG_SOURCE_URL=https://github.com/lemoer/bpfcountd.git PKG_SOURCE_VERSION:=8b1aeb18d686815f93e2bfe976e536c5699d6371 -PKG_MIRROR_HASH:=e6e7adcc11c0fd33c6d3ac31423d3288812270944c2f31d9610ac8c3173a8c5f +PKG_MIRROR_HASH:=d386f41da2499a453fbd6b14321bb1ce60779952a80e703fdb5532de2c7b2ea0 PKG_MAINTAINER:=Linus Lüssing <linus.luessing@c0d3.blue> PKG_LICENSE:=MIT |