summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2019-02-26 10:49:11 +0100
committerd1ceward2019-02-26 10:49:11 +0100
commit9574ab4bf7d01db40fdb18e86f505d341838a408 (patch)
tree7197e73f3f1dbfa313520a1a6b6bd9318a937abb
parent7205ff8d9969a7c870a06d36acd82cfda90fe220 (diff)
downloadaur-9574ab4bf7d01db40fdb18e86f505d341838a408.tar.gz
upgpkg: herokuish 0.4.8-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 d9b3bbb143a4..8c3e5fd5039f 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.6
+ pkgver = 0.4.8
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.6/herokuish_0.4.6_linux_x86_64.tgz
- sha256sums = b1dcd1163a428377f34bd6cf6bca16f11aedd19fee80a9bdf2f2bbbcde5fc277
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.8/herokuish_0.4.8_linux_x86_64.tgz
+ sha256sums = 91c65cab82eb897c7dbd3034463d29aa95dfcf6518c10466747d32855887b159
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index c53f172b7c6e..d1ef6f83f570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.4.6
+pkgver=0.4.8
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=('b1dcd1163a428377f34bd6cf6bca16f11aedd19fee80a9bdf2f2bbbcde5fc277')
+sha256sums=('91c65cab82eb897c7dbd3034463d29aa95dfcf6518c10466747d32855887b159')
package() {
install -Dm 755 herokuish "${pkgdir}/usr/bin/herokuish"