summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2017-04-11 03:12:20 +0200
committerMorris Jobke2017-04-11 03:12:20 +0200
commitcb94b8366daa69907e440b2c271ecd99e56f30d6 (patch)
tree5c9620d3d2af7113bd5efc4f17930b90ee05220f
parent9035f15ab159f02862791d30b6d8d8b22e099d8d (diff)
downloadaur-cb94b8366daa69907e440b2c271ecd99e56f30d6.tar.gz
herokuish 0.3.27
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50520bfd1660..63ca0424e704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 04:45:58 UTC 2017
+# Tue Apr 11 01:11:57 UTC 2017
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.3.24
+ pkgver = 0.3.27
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.24/herokuish_0.3.24_linux_x86_64.tgz
- sha256sums = aa3ffcef42894f62127d02dc53196fe80943af090af726a065a3c58b1bbce279
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.27/herokuish_0.3.27_linux_x86_64.tgz
+ sha256sums = 9a8894571cdd8a4a42a16c6bd932678563925b066322f83035e5652c0aa9f4dc
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 7cf0b58716a8..c5a7a236453d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.3.24
+pkgver=0.3.27
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=('aa3ffcef42894f62127d02dc53196fe80943af090af726a065a3c58b1bbce279')
+sha256sums=('9a8894571cdd8a4a42a16c6bd932678563925b066322f83035e5652c0aa9f4dc')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish