summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Cooper2020-10-21 12:51:45 -0700
committerChristopher Cooper2020-10-21 12:51:45 -0700
commit36c0595de15959937783bc70dc5c7f28b8040d4d (patch)
tree65de4361268507e33f9641f028750dd30903c390 /PKGBUILD
parent6da90ca82ad49d8591840744d6062d87cd552045 (diff)
downloadaur-blimp-bin.tar.gz
update to 0.13.35
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 855e0253a923..8598fd85d131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.34
+pkgver=0.13.35
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=('9e753c87dc4d3b994be94e60b98a820b45013c40c3e13f21d245511cd5f8c4fa')
+sha256sums=('73ace559f0ced2e120366260211d14dbb4ed5710b0faf85cbe6e0ad09da7952e')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"