summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-06-16 18:30:01 -0700
committerChristopher Cooper2020-06-16 18:30:01 -0700
commit85c5351d56e7cc7589c57baae6892979acef24eb (patch)
tree4bcd99f29c329fa4f9f98d49446ff7f193840a62
parent94d4472459535710a3aa1d035ed73a896a2b2455 (diff)
downloadaur-85c5351d56e7cc7589c57baae6892979acef24eb.tar.gz
update to 0.13.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50937e2bcf49..74fc5620fb87 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.7
+ pkgver = 0.13.8
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.7
- sha256sums = 69e487312bd6effbae8140e562e89ca0a545950fe2473d3e27ecfbf85296eb5b
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.8
+ sha256sums = df90617cde813303c743061155c4b3eb1be4082683df31f07241dfb04e2c24b9
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 920464f2260d..41417fe1750a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.7
+pkgver=0.13.8
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=('69e487312bd6effbae8140e562e89ca0a545950fe2473d3e27ecfbf85296eb5b')
+sha256sums=('df90617cde813303c743061155c4b3eb1be4082683df31f07241dfb04e2c24b9')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"