diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2019-05-28 19:21:32 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-28 19:37:26 +0000 |
commit | 4abf2bb5aafe02c099efa7c2d83192cf72637ab9 (patch) | |
tree | 80cc306273d64091173a6f0080ce7c53da071925 /community | |
parent | f3af9f768e97740c0f94529af53bf15bdff7ace2 (diff) | |
download | aports-4abf2bb5aafe02c099efa7c2d83192cf72637ab9.tar.bz2 aports-4abf2bb5aafe02c099efa7c2d83192cf72637ab9.tar.xz |
community/firejail: upgrade to 0.9.60
https://firejail.wordpress.com/download-2/release-notes/
Closes GH-8216
Diffstat (limited to 'community')
-rw-r--r-- | community/firejail/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD index fddfa77ee5..b4a6312887 100644 --- a/community/firejail/APKBUILD +++ b/community/firejail/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=firejail -pkgver=0.9.58.2 +pkgver=0.9.60 _extraver= pkgrel=0 pkgdesc="Linux namespaces and seccomp-bpf sandbox" @@ -25,7 +25,6 @@ prepare() { } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -47,13 +46,11 @@ bashcomp() { } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="9f37accaa4fa523a51840abd59374eb66989aa6ff4d6d91e4df480f5271fc1d5bedf4b4697b11a05d43d80e06ebc70dc5759dcf1d8698d8f3ad9c8aecaf395e1 firejail-0.9.58.2.tar.gz" +sha512sums="cb3eeff2f77801b4593a719a6b63da09cdc6c7f96f8ea8ea1aaa7e8538b080421a284441c6e43ce036fdf8510e08a73816c58d22f0af048344b8752f4a02759a firejail-0.9.60.tar.gz" |