summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63ca0424e704..edd95b2266f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Apr 11 01:11:57 UTC 2017
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.3.27
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.27/herokuish_0.3.27_linux_x86_64.tgz
- sha256sums = 9a8894571cdd8a4a42a16c6bd932678563925b066322f83035e5652c0aa9f4dc
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.0/herokuish_0.4.0_linux_x86_64.tgz
+ sha256sums = e76d51c87a42d91ce43eba1a67f7dda4dc49843fc26d89071763d7dd984c7e0a
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index c5a7a236453d..f556fd76cb6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.3.27
+pkgver=0.4.0
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -9,7 +9,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=('9a8894571cdd8a4a42a16c6bd932678563925b066322f83035e5652c0aa9f4dc')
+sha256sums=('e76d51c87a42d91ce43eba1a67f7dda4dc49843fc26d89071763d7dd984c7e0a')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish