summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-08-05 15:01:47 -0700
committerChristopher Cooper2020-08-05 15:01:47 -0700
commit44d6b611da9f14691a702f7e6771ac5f507d820e (patch)
treee0f5a8f9e66254356eb44bdc5e6a63b3d22d896c
parent43a459894b96bcda879aa3d3d462da6978dbb33e (diff)
downloadaur-44d6b611da9f14691a702f7e6771ac5f507d820e.tar.gz
update to 0.13.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f33d7c77594..48f20ad12a07 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.21
+ pkgver = 0.13.22
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.21
- sha256sums = f83f51e0d7bf01b73ff9055f604c665e0eac674d50c8cc80158785bfd1b82f8a
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.22
+ sha256sums = f1a5d956b289922541af6edc643d24c497e065b87f24f617de20fe09c9aa20bc
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 07d4e67c431b..b47887364ba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.21
+pkgver=0.13.22
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=('f83f51e0d7bf01b73ff9055f604c665e0eac674d50c8cc80158785bfd1b82f8a')
+sha256sums=('f1a5d956b289922541af6edc643d24c497e065b87f24f617de20fe09c9aa20bc')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"