diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-08 00:03:57 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-08 09:30:35 +0200 |
commit | 9f78055f94d732ad5a3fbb07b5c36f0859bc1215 (patch) | |
tree | 59add71dab4b1d83a117d62fb50abb3c20cec37f /utils/efibootmgr | |
parent | 298faf91bc6923dab0b755ef246695c9785143fd (diff) |
treewide: refresh missed hashes after move to use ZSTD as default
This is a follow-up on the previous treewide refresh of hashes after move
to ZSTD by default for compressing tarballs, as it seems that somehow
CHECK_ALL missed couple of packages.
Fixes: 272f55e87f07 ("treewide: refresh hashes after move to use ZSTD as default")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'utils/efibootmgr')
-rw-r--r-- | utils/efibootmgr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/efibootmgr/Makefile b/utils/efibootmgr/Makefile index 1463a6c82..5faea2865 100644 --- a/utils/efibootmgr/Makefile +++ b/utils/efibootmgr/Makefile @@ -8,7 +8,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/rhboot/efibootmgr.git PKG_SOURCE_DATE:=2022-11-12 PKG_SOURCE_VERSION:=1904f9cd5a48207d49e393ac8de824f54ccfb697 -PKG_MIRROR_HASH:=0355e00bb54d468ecbaa106aa703dd389f2f2f4c7b7afb78a258cec10d75f78d +PKG_MIRROR_HASH:=24053efe63aa62c711cdc770aaeb7079b95f5bf807f1725d1b2193f2e2683962 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING |