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/boringssl/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/boringssl/Makefile')
-rw-r--r-- | libs/boringssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/boringssl/Makefile b/libs/boringssl/Makefile index 6185b780f..f912a2910 100644 --- a/libs/boringssl/Makefile +++ b/libs/boringssl/Makefile @@ -12,7 +12,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://boringssl.googlesource.com/boringssl PKG_SOURCE_DATE:=2021-06-08 PKG_SOURCE_VERSION:=1f54fd9864c054dc33e15b1144e2a6a19fa0a52e -PKG_MIRROR_HASH:=a60c79ca40d1a73639d4c1bba3431ca630ab1d670ab06307e8442b69cfaf0cc7 +PKG_MIRROR_HASH:=d69c6437981471451dc699742bb06a022579de1a63906c9fe398aae053fc33bf PKG_MAINTAINER:=Martin Schneider <martschneider@google.com> PKG_LICENSE:=OpenSSL ISC |