summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-07-09 20:50:04 -0700
committerChristopher Cooper2020-07-09 20:50:04 -0700
commit4a9eaea8bcbfe04cb729d436c654e4b49342ef3a (patch)
tree3a4b91d06396e9720497ec2bd16dfd59b9d46938
parentb49ed2b53f564fbb4dbaa2ee6aaf635b412f6302 (diff)
downloadaur-4a9eaea8bcbfe04cb729d436c654e4b49342ef3a.tar.gz
update to 0.13.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b854da58bcb..eef420d0b5f0 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.11
+ pkgver = 0.13.14
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.11
- sha256sums = 6c51d2d320a0a444e73c6944f0bb1d9b03a1da0552e58d0d949a5b79e6de0cb7
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.14
+ sha256sums = 61b20ba18a2a7d221c9a4618521b7b15967c0f3bde9d07cb6129097ef25ea139
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 35767b20cdb0..091694e2272c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.11
+pkgver=0.13.14
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=('6c51d2d320a0a444e73c6944f0bb1d9b03a1da0552e58d0d949a5b79e6de0cb7')
+sha256sums=('61b20ba18a2a7d221c9a4618521b7b15967c0f3bde9d07cb6129097ef25ea139')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"