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