firejail: update to 0.9.56.
This commit is contained in:
parent
434df7b633
commit
30244d8733
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'firejail'
|
||||
pkgname=firejail
|
||||
version=0.9.54
|
||||
revision=2
|
||||
version=0.9.56
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="libapparmor-devel"
|
||||
configure_args="--enable-apparmor"
|
||||
|
@ -11,9 +11,9 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://firejail.wordpress.com"
|
||||
#changelog="https://raw.githubusercontent.com/netblue30/firejail/master/RELNOTES"
|
||||
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
||||
checksum=a487f6a1420337f07157cdf0dd8a8bdf08a922b9aef591e7c9a6b8bad4662bcf
|
||||
checksum=8cd15811cda5973cd0f7965b379af42d22228803f3c7cb38cb1e18e962ee704c
|
||||
conf_files="/etc/firejail/*"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --disable-seccomp"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue