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/zlog/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/zlog/Makefile')
-rw-r--r-- | libs/zlog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/zlog/Makefile b/libs/zlog/Makefile index e8dbd0d5f..5769d6718 100644 --- a/libs/zlog/Makefile +++ b/libs/zlog/Makefile @@ -6,7 +6,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/HardySimpson/zlog PKG_SOURCE_VERSION:=1.2.17 -PKG_MIRROR_HASH:=fcad107b91aa251c61b7409dfbae0421662154c4dc158c7a34ee2f69cde8f9a2 +PKG_MIRROR_HASH:=d3f8530751763b83668891fc41744878d9f9af82344e2bada62d2bff9c5ff935 PKG_MAINTAINER:=Marko Ratkaj <markoratkaj@gmail.com> PKG_LICENSE:=Apache-2.0 |