summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-10-06 18:33:38 -0700
committerChristopher Cooper2020-10-06 18:33:38 -0700
commit4198c7f0ea2b17d1e1f37fbf7f9bed364d1a8dfe (patch)
treedb3f019ced4b808f96106be2ee432a387241f161
parentc36188732235a00c9dc93f5b563a51e3e9355d97 (diff)
downloadaur-4198c7f0ea2b17d1e1f37fbf7f9bed364d1a8dfe.tar.gz
update to 0.13.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 423e1cc119de..749cefb3bac6 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.31
+ pkgver = 0.13.33
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.31
- sha256sums = db6b8b3c7b9e3832c53d988b9bac8c6e1827f3c627b0e2a89238914d3158af0e
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.33
+ sha256sums = 877767aa05afcf40664ede124306ebdf45b8a936894293806255cb87046d0345
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e608270a5fc..440dd48fed1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.31
+pkgver=0.13.33
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=('db6b8b3c7b9e3832c53d988b9bac8c6e1827f3c627b0e2a89238914d3158af0e')
+sha256sums=('877767aa05afcf40664ede124306ebdf45b8a936894293806255cb87046d0345')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"