summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2018-12-11 11:41:39 +0100
committerd1ceward2018-12-11 11:41:39 +0100
commit640cac6b03554290c0f516f8c462101fa21cf7c3 (patch)
treefbd1d7d8379806497eb42535e5a74c5364eba098
parent8b1bf9668eaa4b1981c838588a79fcb982243a60 (diff)
downloadaur-640cac6b03554290c0f516f8c462101fa21cf7c3.tar.gz
herokuish v0.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eccddea227ca..6fac788e8231 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.4
+ pkgver = 0.4.5
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.4/herokuish_0.4.4_linux_x86_64.tgz
- sha256sums = 48842af6ea6440dc06ec4a88a4ece5a7ee1583335ac5157d273a562fed740a91
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.5/herokuish_0.4.5_linux_x86_64.tgz
+ sha256sums = 87ace79ab774d1a0ac55547961b1d3caecaee79ba80f42c1cc095c02d8d437d6
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 44768eb15e78..13257c4cb6b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.4.4
+pkgver=0.4.5
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=('48842af6ea6440dc06ec4a88a4ece5a7ee1583335ac5157d273a562fed740a91')
+sha256sums=('87ace79ab774d1a0ac55547961b1d3caecaee79ba80f42c1cc095c02d8d437d6')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish