summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-05-10 18:52:04 +0200
committerMorris Jobke2016-05-10 18:52:04 +0200
commit6b8b9e77e3508d5f66bb9b28f28786df142f5565 (patch)
tree2fecef6ec1199c10da8157984a3fca968aed0fba
parentc52f68f80ab4b72be5181b60f7e1b0bff493591b (diff)
downloadaur-6b8b9e77e3508d5f66bb9b28f28786df142f5565.tar.gz
v0.3.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b54ce449e775..6cb7f5d07b77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 11:06:06 UTC 2016
+# Tue May 10 16:51:40 UTC 2016
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.3.11
+ pkgver = 0.3.13
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.11/herokuish_0.3.11_linux_x86_64.tgz
- sha256sums = 9598db98505a9dc853b05acbbb5d88a0b22b9f9138b544b64eaa3f2551bc3637
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.13/herokuish_0.3.13_linux_x86_64.tgz
+ sha256sums = 7100e07c7a5ae84fced4b5b08a6819d5ff794a9494ac71aabe1c968732581256
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 170a8343bca4..6014b9f8869a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.3.11
+pkgver=0.3.13
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=('9598db98505a9dc853b05acbbb5d88a0b22b9f9138b544b64eaa3f2551bc3637')
+sha256sums=('7100e07c7a5ae84fced4b5b08a6819d5ff794a9494ac71aabe1c968732581256')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish