diff options
-rw-r--r-- | community/bubblewrap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/bubblewrap/APKBUILD b/community/bubblewrap/APKBUILD index f965e2d524..bbb99583b6 100644 --- a/community/bubblewrap/APKBUILD +++ b/community/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.1.7 +pkgver=0.1.8 pkgrel=0 pkgdesc="Unprivileged sandboxing tool" url="https://github.com/projectatomic/bubblewrap" @@ -48,5 +48,5 @@ bashcomp() { mv "$pkgdir"/usr/share/bash-completion/ "$subpkgdir"/usr/share/ || return 1 } -sha512sums="60c665e7841fe681c7497d88c4187ee09b374b0e207d77a268c3ceeb373db5158d1950d65b1043f15b455177fe3597c3f83782adce9556261503f63e8e3ac22c bubblewrap-0.1.7.tar.gz +sha512sums="b8dd214165fd486f0bc16d6aabc0159154f23744f09f3b6b3b3f2b7a028d732651fdec8ca7ab38d9be302d4e6b3c82adcb0c4865893b1df893ca6ac4d9ca9070 bubblewrap-0.1.8.tar.gz 400a0446670ebf80f16739f1a7a2878aadc3099424f957ba09ec3df780506c23a11368f0578c9e352d7ca6473fa713df826fad7a20c50338aa5f9fa9ac6b84a4 realpath-workaround.patch" |