summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-08-24 19:34:24 -0700
committerChristopher Cooper2020-08-24 19:34:24 -0700
commita6ee77144fdc8b2b63d11a24fd7a1f7590761291 (patch)
tree9c7524a8089ad5d8b1ce07310c0bda9cc32d5804
parentc63625f27726ff5475b0cdf0e50d709f042a7835 (diff)
downloadaur-a6ee77144fdc8b2b63d11a24fd7a1f7590761291.tar.gz
update to 0.13.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1896e5d7125a..e988368c65e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = blimp-bin
pkgdesc = CLI for Kelda's Blimp (Docker Compose for the Cloud)
- pkgver = 0.13.23
+ pkgver = 0.13.24
pkgrel = 1
url = https://kelda.io/blimp
arch = x86_64
license = Apache
optdepends = docker: support for locally building custom images
options = !strip
- source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.23
- sha256sums = 10271ab062f0b00519d36801c17eda219db353e7db8ad802e5d0668a3446963a
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.24
+ sha256sums = 28ced1f70157b105cc3d5d561bb43186da234bd13911f9efd8524880c35437ce
pkgname = blimp-bin
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"