summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2020-06-12 08:39:25 -0700
committerChristopher Cooper2020-06-12 08:39:25 -0700
commit94d4472459535710a3aa1d035ed73a896a2b2455 (patch)
tree2aa81b9e95cb189205f8defbc4c9c79f18a81035
parentbe98bf0ca302f30bdda21ebd41e61a27adde604a (diff)
downloadaur-94d4472459535710a3aa1d035ed73a896a2b2455.tar.gz
update to 0.13.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e6ddff56a0..50937e2bcf49 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.4
+ pkgver = 0.13.7
pkgrel = 1
url = https://kelda.io/blimp
arch = x86_64
- license = unknown
+ 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.4
- sha256sums = d97b047bc77c4e51c7d139adc37120decc4f956b78c6b9bae358c215717415dd
+ source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.13.7
+ sha256sums = 69e487312bd6effbae8140e562e89ca0a545950fe2473d3e27ecfbf85296eb5b
pkgname = blimp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b744f6311b1..920464f2260d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.4
+pkgver=0.13.7
pkgrel=1
pkgdesc="CLI for Kelda's Blimp (Docker Compose for the Cloud)"
arch=('x86_64')
url="https://kelda.io/blimp"
-license=('unknown')
+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=('d97b047bc77c4e51c7d139adc37120decc4f956b78c6b9bae358c215717415dd')
+sha256sums=('69e487312bd6effbae8140e562e89ca0a545950fe2473d3e27ecfbf85296eb5b')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"