summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2018-09-26 10:06:28 +0200
committerd1ceward2018-09-26 10:06:28 +0200
commitf3afa6da8a29a4c1fd85aae2c602dc537e5ab021 (patch)
treeddd28b2e04d95a2c210edf62bb49b144582d5a0b
parent27b33388c160787185dd3cfd1990e9cc30ca32f5 (diff)
downloadaur-f3afa6da8a29a4c1fd85aae2c602dc537e5ab021.tar.gz
Upgraded to v0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e973e06a0b3..eccddea227ca 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.3
+ pkgver = 0.4.4
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.3/herokuish_0.4.3_linux_x86_64.tgz
- sha256sums = bcf1c3a03bc152417114dd4399fce54a9d3e2ce9a3875f37c4f4efbb40904243
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.4/herokuish_0.4.4_linux_x86_64.tgz
+ sha256sums = 48842af6ea6440dc06ec4a88a4ece5a7ee1583335ac5157d273a562fed740a91
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index f91d6a1c2782..c1ac0b1271f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.4.3
+pkgver=0.4.4
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=('bcf1c3a03bc152417114dd4399fce54a9d3e2ce9a3875f37c4f4efbb40904243')
+sha256sums=('48842af6ea6440dc06ec4a88a4ece5a7ee1583335ac5157d273a562fed740a91')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish