summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-07-16 15:35:49 -0700
committerChristopher Cooper2020-07-16 15:35:49 -0700
commit6b6006f0e5610a9118a82006b55b13224e8ccb8d (patch)
tree3c7e4f78f9e67d867af818fc1d4995007ee489ce
parentb82b66f9cab819405b38612cfa788682bad969c3 (diff)
downloadaur-6b6006f0e5610a9118a82006b55b13224e8ccb8d.tar.gz
update to 0.13.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23ab413e5147..14ae24eab651 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.16
+ pkgver = 0.13.20
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.16
- sha256sums = b7889c444f7f38a62cd5271fb157d57b79ac1109ff703808b21e9900231aa62c
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.20
+ sha256sums = fb615a3c627ee2d2743e7cc493a05d1e51241905b6621552327445aa058819cb
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a5553242379..74bbdd9e634c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.16
+pkgver=0.13.20
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=('b7889c444f7f38a62cd5271fb157d57b79ac1109ff703808b21e9900231aa62c')
+sha256sums=('fb615a3c627ee2d2743e7cc493a05d1e51241905b6621552327445aa058819cb')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"