summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-08-30 07:09:41 +0200
committerMorris Jobke2016-08-30 07:09:41 +0200
commitde74325c2138bfde4716e89e789b6d9bf012b902 (patch)
tree1837cafa55bda33a48152bdbf25ab602b39fa3de
parent6b8b9e77e3508d5f66bb9b28f28786df142f5565 (diff)
downloadaur-de74325c2138bfde4716e89e789b6d9bf012b902.tar.gz
v0.3.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb7f5d07b77..5fcd69051ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue May 10 16:51:40 UTC 2016
+# Tue Aug 30 05:09:29 UTC 2016
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.3.13
+ pkgver = 0.3.18
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.13/herokuish_0.3.13_linux_x86_64.tgz
- sha256sums = 7100e07c7a5ae84fced4b5b08a6819d5ff794a9494ac71aabe1c968732581256
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.18/herokuish_0.3.18_linux_x86_64.tgz
+ sha256sums = d46112fdb48d4cb85fa127f06627d31a0397257ae51d44ae427edf5fa1544a6d
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 6014b9f8869a..758e575b7d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.3.13
+pkgver=0.3.18
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=('7100e07c7a5ae84fced4b5b08a6819d5ff794a9494ac71aabe1c968732581256')
+sha256sums=('d46112fdb48d4cb85fa127f06627d31a0397257ae51d44ae427edf5fa1544a6d')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish