summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-08-26 19:42:28 -0700
committerChristopher Cooper2020-08-26 19:42:28 -0700
commitf65c8b9aaf0787ef32d5dd1b532288ddb78cc5d3 (patch)
tree7f2e7ede7b8a0358ea19022106ac331ff11e212f
parenta6ee77144fdc8b2b63d11a24fd7a1f7590761291 (diff)
downloadaur-f65c8b9aaf0787ef32d5dd1b532288ddb78cc5d3.tar.gz
update to 0.13.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e988368c65e2..305d23d98e2b 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.24
+ pkgver = 0.13.25
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.24
- sha256sums = 28ced1f70157b105cc3d5d561bb43186da234bd13911f9efd8524880c35437ce
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.25
+ sha256sums = b2a50ab5284233ea77c023e74c41627ea79232aaf5bbc1a433e47811cba69acb
pkgname = blimp-bin
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"