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 /utils/rng-tools/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 'utils/rng-tools/Makefile')
-rw-r--r-- | utils/rng-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rng-tools/Makefile b/utils/rng-tools/Makefile index e1e61884d..73621e436 100644 --- a/utils/rng-tools/Makefile +++ b/utils/rng-tools/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=745a465062065104e2222ffc1b1bb3e0ce14626d44ee2176cb2a5c3723e3163a +PKG_MIRROR_HASH:=ed3b07062ab6d89ffd145a4df495534b9d529bebb64bc2c2e4dc266acdde181b PKG_MAINTAINER:=Nathaniel Wesley Filardo <nwfilardo@gmail.com> PKG_LICENSE:=GPL-2.0-or-later |