summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-08-04 18:33:07 -0700
committerChristopher Cooper2020-08-04 18:33:07 -0700
commit43a459894b96bcda879aa3d3d462da6978dbb33e (patch)
treeafe67a336a3e29097ae9c89675030bb4a3e927c1
parent6b6006f0e5610a9118a82006b55b13224e8ccb8d (diff)
downloadaur-43a459894b96bcda879aa3d3d462da6978dbb33e.tar.gz
update to 0.13.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ae24eab651..9f33d7c77594 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.20
+ pkgver = 0.13.21
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.20
- sha256sums = fb615a3c627ee2d2743e7cc493a05d1e51241905b6621552327445aa058819cb
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.21
+ sha256sums = f83f51e0d7bf01b73ff9055f604c665e0eac674d50c8cc80158785bfd1b82f8a
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 74bbdd9e634c..07d4e67c431b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.20
+pkgver=0.13.21
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=('fb615a3c627ee2d2743e7cc493a05d1e51241905b6621552327445aa058819cb')
+sha256sums=('f83f51e0d7bf01b73ff9055f604c665e0eac674d50c8cc80158785bfd1b82f8a')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"