summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-03-19 11:58:08 +0100
committerMorris Jobke2016-03-19 11:58:08 +0100
commitb9fb775b5fb124333dd944b22b83cca6d0a5a153 (patch)
treefc1ff7f2c02e9fe58146bbd7ac368f1c2411a091
parent982906d79d5391f3e886da6d32c7dcec376b040e (diff)
downloadaur-b9fb775b5fb124333dd944b22b83cca6d0a5a153.tar.gz
v0.3.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2121cedcccd5..3a67d9ec9f15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 22:24:15 UTC 2016
+# Sat Mar 19 10:57:18 UTC 2016
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.3.8
+ pkgver = 0.3.9
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.8/herokuish_0.3.8_linux_x86_64.tgz
- sha256sums = b01d4959e946125aa46ccf8c97a1d07c17bb00960750649b902d3d6d4c0f551a
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.9/herokuish_0.3.9_linux_x86_64.tgz
+ sha256sums = fd6f596cb58df131aecc1f770650420e1bf9f09e7fe4b5cc62a2a4276654c12c
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 25abbc2c991d..c9ae4958f570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.3.8
+pkgver=0.3.9
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=('b01d4959e946125aa46ccf8c97a1d07c17bb00960750649b902d3d6d4c0f551a')
+sha256sums=('fd6f596cb58df131aecc1f770650420e1bf9f09e7fe4b5cc62a2a4276654c12c')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish