summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Cooper2020-07-14 22:55:39 -0700
committerChristopher Cooper2020-07-14 22:55:39 -0700
commitb82b66f9cab819405b38612cfa788682bad969c3 (patch)
tree1cee98d5957ff13feaa4a3ad42a58ba052958088 /PKGBUILD
parent4a9eaea8bcbfe04cb729d436c654e4b49342ef3a (diff)
downloadaur-b82b66f9cab819405b38612cfa788682bad969c3.tar.gz
update to 0.13.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 091694e2272c..1a5553242379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.14
+pkgver=0.13.16
pkgrel=1
pkgdesc="CLI for Kelda's Blimp (Docker Compose for the Cloud)"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('Apache')
optdepends=('docker: support for locally building custom images')
options=(!strip)
source=("https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-$pkgver")
-sha256sums=('61b20ba18a2a7d221c9a4618521b7b15967c0f3bde9d07cb6129097ef25ea139')
+sha256sums=('b7889c444f7f38a62cd5271fb157d57b79ac1109ff703808b21e9900231aa62c')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"