summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Cooper2020-08-05 15:01:47 -0700
committerChristopher Cooper2020-08-05 15:01:47 -0700
commit44d6b611da9f14691a702f7e6771ac5f507d820e (patch)
treee0f5a8f9e66254356eb44bdc5e6a63b3d22d896c /PKGBUILD
parent43a459894b96bcda879aa3d3d462da6978dbb33e (diff)
downloadaur-44d6b611da9f14691a702f7e6771ac5f507d820e.tar.gz
update to 0.13.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07d4e67c431b..b47887364ba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
-pkgver=0.13.21
+pkgver=0.13.22
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=('f83f51e0d7bf01b73ff9055f604c665e0eac674d50c8cc80158785bfd1b82f8a')
+sha256sums=('f1a5d956b289922541af6edc643d24c497e065b87f24f617de20fe09c9aa20bc')
package() {
install -Dm 755 "$srcdir/blimp-linux-$pkgver" "$pkgdir/usr/bin/blimp"