summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaurice Bos2017-03-01 19:53:04 +0100
committerMaurice Bos2017-03-01 19:53:04 +0100
commit98cf6cc7a23125ed09228a9de42a2b30f43d6141 (patch)
tree7154c1e64a30e1fb472d0ef262ec99e4f7cd018e /PKGBUILD
parent71fe4d0d856d099e8d4ff71616b08cc5f090c179 (diff)
downloadaur-98cf6cc7a23125ed09228a9de42a2b30f43d6141.tar.gz
Update to 0.22.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0af16b223261..6b0273670bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Maarten de Vries <maarten@de-vri.es>
pkgname=cloudabi-utils
-pkgver=0.21
+pkgver=0.22
pkgrel=1
pkgdesc="a number of libraries and utilities that can be used to easily start CloudABI programs"
arch=('x86_64' 'aarch64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('glibc' 'libyaml')
makedepends=('cloudabi' 'cmake')
source=("https://github.com/NuxiNL/cloudabi-utils/archive/v$pkgver.tar.gz")
-sha512sums=('26ecfa59d4a48a84f8373ec4f0139be6f4e1bd13107415bd35984d9bce623e7b3878749ef38cac3402f3994dfbda0af250bdbde37eb3f3afc9894a535fb32f9d')
+sha512sums=('595e215e8fc34bc2da436a7eb10dfd11dde8b15ba27a9db6c8e7ceee093d5aa84a1f8f35a6c2250cd1f92266b6573c3d964d532f36f38f78b9da5bf18a1a856c')
prepare() {
mkdir -p "$srcdir/build"