diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-12-31 11:13:26 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-12-31 11:13:26 +0200 |
commit | 9b503d2a381f39ce7343af0f395c70ebfc70ed4b (patch) | |
tree | 175130fc4b4c5312821a36bf763efd349970791c /main/bubblewrap | |
parent | 04e63b7eebdee737b366fec36a0b089364551fc0 (diff) | |
download | aports-9b503d2a381f39ce7343af0f395c70ebfc70ed4b.zip |
main/bubblewrap: upgrade to 0.3.1
Diffstat (limited to 'main/bubblewrap')
-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 ef0cb0df5e8..dd7be49eb08 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.3.0 +pkgver=0.3.1 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="0dc033f83547112cedc706e4ef80e39ba0ee63f3750f93454a7b1a38aeb922ee660b3491a5a5d060fce9a7c4b326798a66814ad94f53f1e666c27a557fec17a4 bubblewrap-0.3.0.tar.gz +sha512sums="fbc44976f53fdf8913b94c57d1f26a3b87c773e86a289e58fd3d7b1c4ea7f33c862f1a38a4f791315358990928768a68334f0a171302c18a16c7e2e9f1a146dd bubblewrap-0.3.1.tar.gz 7e8395aa7801263056b0c072194240f0ae1ee1a3b0acd874baf112a7b7b5e53ac5f688ece9099067bfc1e28e52e81f107964a3288a615cc1eedb1af5f82bbd8e realpath-workaround.patch f59cda3b09dd99db9ca6d97099a15bb2523e054063d677502317ae3165ba2e32105a0ae8f877afc3827bd28d093c9d9d413270f4c87d9fe5f26f3eee670d916e musl-fixes.patch" |