summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bfcb53e6e56..c5a2797dc398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.5.6
+pkgver=0.5.8
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
url='https://github.com/gliderlabs/herokuish'
-license=('bsd')
+license=('MIT')
source=("https://github.com/gliderlabs/herokuish/releases/download/v${pkgver}/herokuish_${pkgver}_linux_x86_64.tgz")
-sha256sums=('ced27a14acd16361286b75e78c07d5ae50f7ee29ed634087b0513e118ee71754')
+sha256sums=('bb081e6f7619af4cf654ebb5e69ac1aba22aa5438ddfbfb741ac736679839765')
package() {
install -Dm 755 herokuish "${pkgdir}/usr/bin/herokuish"