bubblewrap: update to 0.9.0.
This commit is contained in:
parent
bd118846ea
commit
3ac6849b52
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bubblewrap'
|
||||
pkgname=bubblewrap
|
||||
version=0.8.0
|
||||
version=0.9.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="libxslt docbook-xsl pkg-config"
|
||||
|
@ -9,5 +9,6 @@ short_desc="Unprivileged sandboxing tool"
|
|||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://github.com/containers/bubblewrap"
|
||||
distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a
|
||||
changelog="https://github.com/containers/bubblewrap/releases"
|
||||
distfiles="https://github.com/containers/bubblewrap/releases/download/v${version}/bubblewrap-${version}.tar.xz"
|
||||
checksum=c6347eaced49ac0141996f46bba3b089e5e6ea4408bc1c43bab9f2d05dd094e1
|
||||
|
|
Loading…
Reference in New Issue