bubblewrap: update to 0.4.1.
This commit is contained in:
parent
196bacc03a
commit
710a21eb3b
1 changed files with 4 additions and 8 deletions
|
@ -1,17 +1,13 @@
|
|||
# Template file for 'bubblewrap'
|
||||
pkgname=bubblewrap
|
||||
version=0.4.0
|
||||
version=0.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libxslt docbook-xsl pkg-config"
|
||||
hostmakedepends="libxslt docbook-xsl pkg-config"
|
||||
makedepends="libcap-devel"
|
||||
short_desc="Unprivileged sandboxing tool"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://github.com/projectatomic/bubblewrap"
|
||||
distfiles="https://github.com/projectatomic/bubblewrap/archive/v${version}.tar.gz"
|
||||
checksum=dedea228f53dd5f589d8225b4584a9b354849a221caf7304874ca2e4d4bcdafb
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
distfiles="https://github.com/containers/bubblewrap/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=b9c69b9b1c61a608f34325c8e1a495229bacf6e4a07cbb0c80cf7a814d7ccc03
|
||||
|
|
Loading…
Reference in a new issue