diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-14 18:22:57 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 08:48:49 +0000 |
commit | 18fcb95dae35c42490084e43d30d2a8749186244 (patch) | |
tree | 3cbb5df9c58da4277a0a2e5333abf7cf73d523cd /main/bubblewrap/APKBUILD | |
parent | eae9c8c1dc3f263de484a6e715978b625e3135a3 (diff) | |
download | aports-18fcb95dae35c42490084e43d30d2a8749186244.tar.bz2 aports-18fcb95dae35c42490084e43d30d2a8749186244.tar.xz |
main/bubblewrap: upgrade to 0.3.0
Diffstat (limited to 'main/bubblewrap/APKBUILD')
-rw-r--r-- | main/bubblewrap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bubblewrap/APKBUILD b/main/bubblewrap/APKBUILD index 0633398913..ef0cb0df5e 100644 --- a/main/bubblewrap/APKBUILD +++ b/main/bubblewrap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=bubblewrap -pkgver=0.2.1 +pkgver=0.3.0 pkgrel=0 pkgdesc="Unprivileged sandboxing tool" url="https://github.com/projectatomic/bubblewrap" @@ -48,6 +48,6 @@ bashcomp() { mv "$pkgdir"/usr/share/bash-completion/ "$subpkgdir"/usr/share/ } -sha512sums="04790d0a17bd619738c804229add4c3045a79307a6f0ff71fb2a0fcecfde64edf902680778a6c094cc6641f12c1d7c2eed73bcf6b845eb51f2be22c233108c22 bubblewrap-0.2.1.tar.gz +sha512sums="0dc033f83547112cedc706e4ef80e39ba0ee63f3750f93454a7b1a38aeb922ee660b3491a5a5d060fce9a7c4b326798a66814ad94f53f1e666c27a557fec17a4 bubblewrap-0.3.0.tar.gz 7e8395aa7801263056b0c072194240f0ae1ee1a3b0acd874baf112a7b7b5e53ac5f688ece9099067bfc1e28e52e81f107964a3288a615cc1eedb1af5f82bbd8e realpath-workaround.patch f59cda3b09dd99db9ca6d97099a15bb2523e054063d677502317ae3165ba2e32105a0ae8f877afc3827bd28d093c9d9d413270f4c87d9fe5f26f3eee670d916e musl-fixes.patch" |