summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-10-21 12:51:45 -0700
committerChristopher Cooper2020-10-21 12:51:45 -0700
commit36c0595de15959937783bc70dc5c7f28b8040d4d (patch)
tree65de4361268507e33f9641f028750dd30903c390
parent6da90ca82ad49d8591840744d6062d87cd552045 (diff)
downloadaur-blimp-bin.tar.gz
update to 0.13.35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319d9f7db0f0..edb616b99ca8 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.34
+ pkgver = 0.13.35
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.34
- sha256sums = 9e753c87dc4d3b994be94e60b98a820b45013c40c3e13f21d245511cd5f8c4fa
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.35
+ sha256sums = 73ace559f0ced2e120366260211d14dbb4ed5710b0faf85cbe6e0ad09da7952e
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 855e0253a923..8598fd85d131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.34
+pkgver=0.13.35
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=('9e753c87dc4d3b994be94e60b98a820b45013c40c3e13f21d245511cd5f8c4fa')
+sha256sums=('73ace559f0ced2e120366260211d14dbb4ed5710b0faf85cbe6e0ad09da7952e')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"