summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Cooper2020-07-09 20:50:04 -0700
committerChristopher Cooper2020-07-09 20:50:04 -0700
commit4a9eaea8bcbfe04cb729d436c654e4b49342ef3a (patch)
tree3a4b91d06396e9720497ec2bd16dfd59b9d46938 /PKGBUILD
parentb49ed2b53f564fbb4dbaa2ee6aaf635b412f6302 (diff)
downloadaur-4a9eaea8bcbfe04cb729d436c654e4b49342ef3a.tar.gz
update to 0.13.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35767b20cdb0..091694e2272c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.11
+pkgver=0.13.14
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=('6c51d2d320a0a444e73c6944f0bb1d9b03a1da0552e58d0d949a5b79e6de0cb7')
+sha256sums=('61b20ba18a2a7d221c9a4618521b7b15967c0f3bde9d07cb6129097ef25ea139')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"