mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bubblewrap: update to 0.9.0.
This commit is contained in:
parent
bd118846ea
commit
3ac6849b52
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bubblewrap'
|
# Template file for 'bubblewrap'
|
||||||
pkgname=bubblewrap
|
pkgname=bubblewrap
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="libxslt docbook-xsl pkg-config"
|
hostmakedepends="libxslt docbook-xsl pkg-config"
|
||||||
|
@ -9,5 +9,6 @@ short_desc="Unprivileged sandboxing tool"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="https://github.com/containers/bubblewrap"
|
homepage="https://github.com/containers/bubblewrap"
|
||||||
distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
changelog="https://github.com/containers/bubblewrap/releases"
|
||||||
checksum=957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a
|
distfiles="https://github.com/containers/bubblewrap/releases/download/v${version}/bubblewrap-${version}.tar.xz"
|
||||||
|
checksum=c6347eaced49ac0141996f46bba3b089e5e6ea4408bc1c43bab9f2d05dd094e1
|
||||||
|
|
Loading…
Add table
Reference in a new issue