aboutsummaryrefslogtreecommitdiffstats
path: root/testing/efibootmgr
diff options
context:
space:
mode:
authorlramage94 <ramage.lucas@openmailbox.org>2018-09-22 11:27:05 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2019-03-01 07:06:23 +0000
commitfcef7207e352fda6a83e6f48764512a70fa48616 (patch)
treec53dacaccf8f298578d7ff4476e9d9956db94eeb /testing/efibootmgr
parent7201f8dfadd846aa4757de1ef0db9e2f5341cee0 (diff)
downloadaports-fcef7207e352fda6a83e6f48764512a70fa48616.tar.bz2
aports-fcef7207e352fda6a83e6f48764512a70fa48616.tar.xz
testing/efibootmgr: bumpt to 17
Diffstat (limited to 'testing/efibootmgr')
-rw-r--r--testing/efibootmgr/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/efibootmgr/APKBUILD b/testing/efibootmgr/APKBUILD
index 279d28e263..4937d1cf8c 100644
--- a/testing/efibootmgr/APKBUILD
+++ b/testing/efibootmgr/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org>
pkgname=efibootmgr
-pkgver=16
+pkgver=17
pkgrel=0
pkgdesc="Linux user-space application to modify the Intel Extensible Firmware Interface"
url="https://github.com/rhboot/efibootmgr"
@@ -11,7 +11,7 @@ depends=""
makedepends="efivar-dev linux-headers popt-dev gettext-dev"
install=""
subpackages="$pkgname-doc"
-source="https://github.com/rhboot/efibootmgr/releases/download/$pkgver/efibootmgr-$pkgver.tar.bz2
+source="$pkgname-$pkgver.tar.gz::https://github.com/rhboot/$pkgname/archive/$pkgver.tar.gz
musl-gettext.patch"
builddir="$srcdir/efibootmgr-$pkgver"
@@ -30,5 +30,5 @@ check() {
"$builddir"/src/efibootmgr --help > /dev/null
}
-sha512sums="936318c7163c07b716f89be3d830957d9db68ba1b059223f7ea3d9eafe0dbf1c91b9aee096f5aed70955c6052c3b8547295c0a47f17cdf43788259d87d1990b9 efibootmgr-16.tar.bz2
+sha512sums="10c7ad9a79f23dcd4708dc4f42701196af7aa11f5e9a6468ea51f7013d4caeba6c92527ba1304f6e3b2ef3b51b3b69ea1a30f81bb099a8aea49eeb30eb631e1d efibootmgr-17.tar.gz
3ed49c6d267e6f14bf43207fecb55ebc984f6fbd15d77cd1b8f466c8d0a4c3ab9bb276e8ed183b5ab0129fde5c06ffcd0450ffb7dad0edfa18b4c472e481373b musl-gettext.patch"