summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f50c11a0c2a0..7a50445b50c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=subuser
_name=subuser
-pkgver=0.5.11
+pkgver=0.5.12
pkgrel=1
pkgdesc="Run programs in linux with selectively restricted permissions"
url="http://subuser.org"
@@ -10,7 +10,7 @@ optdepends=()
license=('LGPL3')
arch=('any')
source=("https://github.com/subuser-security/${_name}/archive/${pkgver}.tar.gz")
-sha256sums=('5be72dd366b3a6ac21fb560642d38563e1ce5fe041069fd4d2f75007f0b639ea')
+sha256sums=('03757afda0d1ca376e4f771f9ea0a9c9895984a533039acc3e2da5cea931eda5')
build() {
cd "$srcdir/${_name}-${pkgver}"