summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Cooper2020-08-26 19:42:28 -0700
committerChristopher Cooper2020-08-26 19:42:28 -0700
commitf65c8b9aaf0787ef32d5dd1b532288ddb78cc5d3 (patch)
tree7f2e7ede7b8a0358ea19022106ac331ff11e212f /PKGBUILD
parenta6ee77144fdc8b2b63d11a24fd7a1f7590761291 (diff)
downloadaur-f65c8b9aaf0787ef32d5dd1b532288ddb78cc5d3.tar.gz
update to 0.13.25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daa73989871c..dccf0a103ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.24
+pkgver=0.13.25
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=('28ced1f70157b105cc3d5d561bb43186da234bd13911f9efd8524880c35437ce')
+sha256sums=('b2a50ab5284233ea77c023e74c41627ea79232aaf5bbc1a433e47811cba69acb')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"