summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-06-09 17:14:17 -0700
committerChristopher Cooper2020-06-09 17:14:17 -0700
commit195b8c05977fe1fbe36cbee8ed8f8b0e1fe57e80 (patch)
treeaec1316c67bac8828df6c0acb083830838dd3399
parent972237ce189eb36b5b7a013c03478328d8bb2ac7 (diff)
downloadaur-195b8c05977fe1fbe36cbee8ed8f8b0e1fe57e80.tar.gz
update to 0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f463555d8f23..fec7df4955ed 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.12.5
+ pkgver = 0.13.0
pkgrel = 2
url = https://kelda.io/blimp
arch = x86_64
license = unknown
optdepends = docker: support for locally building custom images
options = !strip
- source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.12.5
- sha256sums = bdb5a4506beb32881a529a17d7bdbbe542af7ac141123eaa36ff446a5106ed76
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.0
+ sha256sums = b30bc7a04e5f956bb990b556348677f98cab4c77df14a92059a50839474b1221
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7c4fd62b649..4d89c36463ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.12.5
+pkgver=0.13.0
pkgrel=2
pkgdesc="CLI for Kelda's Blimp (Docker Compose for the Cloud)"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('unknown')
optdepends=('docker: support for locally building custom images')
options=(!strip)
source=("https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-$pkgver")
-sha256sums=('bdb5a4506beb32881a529a17d7bdbbe542af7ac141123eaa36ff446a5106ed76')
+sha256sums=('b30bc7a04e5f956bb990b556348677f98cab4c77df14a92059a50839474b1221')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"