diff options
author | Cem Keylan <cem@ckyln.com> | 2022-07-15 17:07:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-07-15 17:07:18 +0300 |
commit | 017343954587a63228ddfdeacf7d089717c72b9f (patch) | |
tree | 1d514b635098f3140e45c0a52d8f2afd07e23132 /extra/efibootmgr | |
parent | afd47e74dcac8e4ee5024d12bfa0be65dc399742 (diff) | |
download | repository-017343954587a63228ddfdeacf7d089717c72b9f.tar.gz |
efibootmgr: bump to 17
Diffstat (limited to 'extra/efibootmgr')
-rwxr-xr-x | extra/efibootmgr/build | 2 | ||||
-rw-r--r-- | extra/efibootmgr/checksums | 3 | ||||
-rw-r--r-- | extra/efibootmgr/sources | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/extra/efibootmgr/build b/extra/efibootmgr/build index c6c4bddc..913c5c35 100755 --- a/extra/efibootmgr/build +++ b/extra/efibootmgr/build @@ -2,7 +2,7 @@ export LDFLAGS="$LDFLAGS -static" -make CC="${CC:-cc}" EFIDIR=/boot/efi efibootmgr +make CC="${CC:-cc}" EFIDIR=/boot/efi efibootmgr src/efibootmgr.8 clinst -Dm755 src/efibootmgr "$1/usr/bin/efibootmgr" clman -d "$1" src/efibootmgr.8 diff --git a/extra/efibootmgr/checksums b/extra/efibootmgr/checksums index abf7ec57..97482084 100644 --- a/extra/efibootmgr/checksums +++ b/extra/efibootmgr/checksums @@ -1 +1,2 @@ -06147c05c3f15271fc74c1761eb8fdb8ed3c252786c8d0b4f514a451825ecf3e 97668ae0bce776a36ea2001dea63d376be8274ac.tar.gz +%BLAKE3 +e68c0aa061a0573ce305c44be3486edbf0ae12416c0916151aaf3e5caa11cc7a efibootmgr-18.tar.bz2 diff --git a/extra/efibootmgr/sources b/extra/efibootmgr/sources index 3e6cee81..b4404cc5 100644 --- a/extra/efibootmgr/sources +++ b/extra/efibootmgr/sources @@ -1 +1 @@ -https://github.com/rhboot/efibootmgr/archive/97668ae0bce776a36ea2001dea63d376be8274ac.tar.gz +https://github.com/rhboot/efibootmgr/releases/download/18/efibootmgr-18.tar.bz2 |