diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-13 19:07:17 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-01-10 15:48:29 +0100 |
commit | 23a89ae8ed48deb952a7c215ddbf857572a4c677 (patch) | |
tree | 885906aab98cf3572a7123932bd2c0b5eed7a481 /efibootmgr | |
parent | 46aa35643d5026a6edd632d0fed07cc2a6af67e3 (diff) | |
download | opt-23a89ae8ed48deb952a7c215ddbf857572a4c677.tar.gz opt-23a89ae8ed48deb952a7c215ddbf857572a4c677.tar.xz |
efibootmgr: use https
Diffstat (limited to 'efibootmgr')
-rw-r--r-- | efibootmgr/.signature | 4 | ||||
-rw-r--r-- | efibootmgr/Pkgfile | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/efibootmgr/.signature b/efibootmgr/.signature index d7c79c556..d89d84bbf 100644 --- a/efibootmgr/.signature +++ b/efibootmgr/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Qq+ANCfJllUVA31RrjYwcvwHsfOPPubP/hd9zrTPjiM5Lk5WOCRg4VvXsRlStNhJMeHUHGZ7w+NochcihpGEQM= -SHA256 (Pkgfile) = d3ed6e108d75359d59aa701a93864a1cce8105a61924a7708ad697c94071d073 +RWSE3ohX2g5d/bhyZooRChxGZcg2dQ1jlPlVHRobVI/4txJMIJ6RJAlYIYg8LmXWvX6ZtGvV34bvPqReF2U2sWFeaHaEzIFteQ8= +SHA256 (Pkgfile) = a2c122eae388a61b85886a8fefd24985f27f7fb0188afad4e55328bd72b3f620 SHA256 (.footprint) = e34f18fd1083f800387ab49d04767d3d41735415249dcd80b13acf5c78108282 SHA256 (efibootmgr-17.tar.gz) = 22a95ebe0d5c9fb2915b3a100450f8f37484d1dbb8b296f55b343cc84f10397d diff --git a/efibootmgr/Pkgfile b/efibootmgr/Pkgfile index 749fe01de..b9cbc9f87 100644 --- a/efibootmgr/Pkgfile +++ b/efibootmgr/Pkgfile @@ -1,12 +1,11 @@ # Description: manipulate efi boot managers -# URL: http://linux.dell.com/efibootmgr/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: efivar +# URL: https://linux.dell.com/efibootmgr/ +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: efivar name=efibootmgr version=17 release=1 -#source=(https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2) source=(https://github.com/rhboot/efibootmgr/archive/$version/$name-$version.tar.gz) build() { |