summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-10-03 12:52:34 +0200
committerMorris Jobke2016-10-03 12:52:34 +0200
commit9a08187abfd94db4f96ebd5158f672c29bb49c9f (patch)
tree6ef2344e9997cf4e8f5deddca5b79658a036ed6a
parentde74325c2138bfde4716e89e789b6d9bf012b902 (diff)
downloadaur-9a08187abfd94db4f96ebd5158f672c29bb49c9f.tar.gz
herokuish 0.3.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fcd69051ea5..e0d20ec62108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Aug 30 05:09:29 UTC 2016
+# Mon Oct 3 10:52:13 UTC 2016
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.3.18
+ pkgver = 0.3.19
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.18/herokuish_0.3.18_linux_x86_64.tgz
- sha256sums = d46112fdb48d4cb85fa127f06627d31a0397257ae51d44ae427edf5fa1544a6d
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.19/herokuish_0.3.19_linux_x86_64.tgz
+ sha256sums = 143d046ba6c5675a618bd6363fd16a47b316323f5ecf3a517cf352c659dcddf0
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 758e575b7d22..95f8fcea1ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.3.18
+pkgver=0.3.19
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=('d46112fdb48d4cb85fa127f06627d31a0397257ae51d44ae427edf5fa1544a6d')
+sha256sums=('143d046ba6c5675a618bd6363fd16a47b316323f5ecf3a517cf352c659dcddf0')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish