summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-06-29 18:24:35 -0700
committerChristopher Cooper2020-06-29 18:24:47 -0700
commitb49ed2b53f564fbb4dbaa2ee6aaf635b412f6302 (patch)
treed66d6c365162205ff1bc90cd7e4164de158310ef
parent85c5351d56e7cc7589c57baae6892979acef24eb (diff)
downloadaur-b49ed2b53f564fbb4dbaa2ee6aaf635b412f6302.tar.gz
update to 0.13.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74fc5620fb87..0b854da58bcb 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.8
+ pkgver = 0.13.11
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.8
- sha256sums = df90617cde813303c743061155c4b3eb1be4082683df31f07241dfb04e2c24b9
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.11
+ sha256sums = 6c51d2d320a0a444e73c6944f0bb1d9b03a1da0552e58d0d949a5b79e6de0cb7
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 41417fe1750a..35767b20cdb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.8
+pkgver=0.13.11
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=('df90617cde813303c743061155c4b3eb1be4082683df31f07241dfb04e2c24b9')
+sha256sums=('6c51d2d320a0a444e73c6944f0bb1d9b03a1da0552e58d0d949a5b79e6de0cb7')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"