summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-04-09 13:06:12 +0200
committerMorris Jobke2016-04-09 13:06:12 +0200
commitc52f68f80ab4b72be5181b60f7e1b0bff493591b (patch)
tree1e3046149c6683cd6d8980c8c3185710c2d7d537
parent2e23f713643f49f3a7f6c8b2dd95b00ad9b85954 (diff)
downloadaur-c52f68f80ab4b72be5181b60f7e1b0bff493591b.tar.gz
update to 0.3.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ede29f11ed35..b54ce449e775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Apr 4 23:07:07 UTC 2016
+# Sat Apr 9 11:06:06 UTC 2016
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.3.10
+ pkgver = 0.3.11
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.10/herokuish_0.3.10_linux_x86_64.tgz
- sha256sums = 5635d26d08548ad742417375a2e4b3de0026a0d251c12a60255c9a5bd05d45b1
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.11/herokuish_0.3.11_linux_x86_64.tgz
+ sha256sums = 9598db98505a9dc853b05acbbb5d88a0b22b9f9138b544b64eaa3f2551bc3637
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index bc945d15fd36..170a8343bca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.3.10
+pkgver=0.3.11
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=('5635d26d08548ad742417375a2e4b3de0026a0d251c12a60255c9a5bd05d45b1')
+sha256sums=('9598db98505a9dc853b05acbbb5d88a0b22b9f9138b544b64eaa3f2551bc3637')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish