summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authord1ceward2019-08-14 10:41:41 +0200
committerd1ceward2019-08-14 10:41:41 +0200
commit02044b09634e67e515c86798362913db4559c2ef (patch)
treef37b75446aefc026163b591be2fe4eb859b96f57 /PKGBUILD
parent767124114f8fcb17684ede0ac3fb21b88d78f863 (diff)
downloadaur-02044b09634e67e515c86798362913db4559c2ef.tar.gz
upgpkg: herokuish 0.5.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b8b90c1b4d7..df220e7f6a6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.5.0
+pkgver=0.5.2
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/gliderlabs/herokuish'
license=('bsd')
source=("https://github.com/gliderlabs/herokuish/releases/download/v${pkgver}/herokuish_${pkgver}_linux_x86_64.tgz")
-sha256sums=('e5c3127dbb09d61f575b7b1b9052a08c4c5e1fd99b3ef67cb45438215c5a3bb4')
+sha256sums=('c14afea2f25fb4617fcd66dcfdb49f19667d0c46f67eba4ed1459f99ff2af786')
package() {
install -Dm 755 herokuish "${pkgdir}/usr/bin/herokuish"