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 /libs/libtins/Makefile | |
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 'libs/libtins/Makefile')
-rw-r--r-- | libs/libtins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libtins/Makefile b/libs/libtins/Makefile index 5c2070632..34a1f9b11 100644 --- a/libs/libtins/Makefile +++ b/libs/libtins/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/mfontanini/libtins -PKG_MIRROR_HASH:=4029af89fd86246f166a89c11d5382bb0f5fe3bda95b00b4cf54d22596b37fcf +PKG_MIRROR_HASH:=85c5a15beca56552ba3f33e10f2a82ee4c47be2b3334d163304362188a37b13a PKG_MAINTAINER:= Steven Hessing <steven.hessing@gmail.com> PKG_LICENSE:=BSD-2-Clause |