aboutsummaryrefslogtreecommitdiffstats
path: root/testing/efitools
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-06 16:43:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:15 +0000
commit38063736056b332c9ab378e9d521f2e24dccc712 (patch)
tree6ef8e8f8ac229a37c1d2c26d497e13ab24cc5bb2 /testing/efitools
parent344da696cb5d8cfdd3cab94ed807d4a1ecb80c26 (diff)
downloadaports-38063736056b332c9ab378e9d521f2e24dccc712.tar.bz2
aports-38063736056b332c9ab378e9d521f2e24dccc712.tar.xz
testing/efitools: upgrade to 1.8.1
Diffstat (limited to 'testing/efitools')
-rw-r--r--testing/efitools/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/efitools/APKBUILD b/testing/efitools/APKBUILD
index 4fefaf04cd..a00cb1e25f 100644
--- a/testing/efitools/APKBUILD
+++ b/testing/efitools/APKBUILD
@@ -3,14 +3,14 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=efitools
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=0
pkgdesc="EFI tools"
url="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git"
arch="x86_64"
license="GPL"
depends=""
-makedepends="autoconf automake binutils-dev gnu-efi-dev libressl-dev perl-file-slurp help2man sbsigntool"
+makedepends="autoconf automake binutils-dev gnu-efi-dev openssl-dev perl-file-slurp help2man sbsigntool"
install=""
subpackages="$pkgname-doc"
source="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz
@@ -29,6 +29,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="d4a04400b89a83184cef3e82a98c666240a4a2737156e9a46a563f49586af53c66f7d54eb9e9602434b5d060faf285c5105fb74e6073974ba68891ddbd918557 efitools-1.7.0.tar.gz
+sha512sums="114ef8e52160f5a5239ec306dbd587610849bce771ba8145ed092afd79e44f3ecee93cc1d97e2d5fdb880cc825bbbe928b3ef6701fd3b1fa444053894be1098a efitools-1.8.1.tar.gz
cd72161a99b26472909a8da834c08a1f88b54d35291a6646562b03a6616fa5fb61e49d4fb3c780861689d23823c101709890dd245dd8aa9f51dca40ac1b2d369 001-datatypes.patch
7afe87e9b44ed3e10200770d3079e4e14b6d39c54c05538031e93d021631427fed47781b016b46f58b8fe6d21f1f3c78667b2b502aa20b99516aa980303aa2ad 002-fix-parallel-make.patch"