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/samplicator | |
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/samplicator')
-rw-r--r-- | net/samplicator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile index 92c4874fd..7c6b012a7 100644 --- a/net/samplicator/Makefile +++ b/net/samplicator/Makefile @@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/sleinen/samplicator.git PKG_SOURCE_DATE:=2021-10-11 PKG_SOURCE_VERSION:=ceeb1d280188c155b71d819282490be86190f6f6 -PKG_MIRROR_HASH:=e96ac711313d3554d53ca8de5061b8fb18dfeb2823c4c0fe3404ba3b71e8b689 +PKG_MIRROR_HASH:=dac8a013f6dfff83dd8f0551ad058e149679339cd0f867c11b2357ab36b71730 PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org> PKG_LICENSE:=GPL-2.0-only |