summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2019-04-24 11:29:57 +0200
committerd1ceward2019-04-24 11:29:57 +0200
commit767124114f8fcb17684ede0ac3fb21b88d78f863 (patch)
treea53712241e0e437cd3e3241f1dbc39c4f5189e08
parent9574ab4bf7d01db40fdb18e86f505d341838a408 (diff)
downloadaur-767124114f8fcb17684ede0ac3fb21b88d78f863.tar.gz
upgpkg: herokuish 0.5.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c3e5fd5039f..d32f8cbb7ef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.4.8
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.8/herokuish_0.4.8_linux_x86_64.tgz
- sha256sums = 91c65cab82eb897c7dbd3034463d29aa95dfcf6518c10466747d32855887b159
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.0/herokuish_0.5.0_linux_x86_64.tgz
+ sha256sums = e5c3127dbb09d61f575b7b1b9052a08c4c5e1fd99b3ef67cb45438215c5a3bb4
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index d1ef6f83f570..7b8b90c1b4d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.4.8
+pkgver=0.5.0
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -11,7 +11,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=('91c65cab82eb897c7dbd3034463d29aa95dfcf6518c10466747d32855887b159')
+sha256sums=('e5c3127dbb09d61f575b7b1b9052a08c4c5e1fd99b3ef67cb45438215c5a3bb4')
package() {
install -Dm 755 herokuish "${pkgdir}/usr/bin/herokuish"