summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Araujo2018-11-07 15:39:34 -0200
committerAyrton Araujo2018-11-07 15:39:34 -0200
commiteaebd9eb6b94d059fa2ca478e43c4995513f6999 (patch)
tree4700217fb0fc74a8da9d770e83fa836907874f7e
parent773b8e118203b05658d42175818dfd5a5df6bc24 (diff)
downloadaur-eaebd9eb6b94d059fa2ca478e43c4995513f6999.tar.gz
upgpkg: herokuish 0.4.4-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 edd95b2266f2..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.0
+ 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.0/herokuish_0.4.0_linux_x86_64.tgz
- sha256sums = e76d51c87a42d91ce43eba1a67f7dda4dc49843fc26d89071763d7dd984c7e0a
+ 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 fc3ddf9b43cf..44768eb15e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.4.0
+pkgver=0.4.4
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -10,7 +10,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=('e76d51c87a42d91ce43eba1a67f7dda4dc49843fc26d89071763d7dd984c7e0a')
+sha256sums=('48842af6ea6440dc06ec4a88a4ece5a7ee1583335ac5157d273a562fed740a91')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish