summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Araujo2018-11-07 15:34:08 -0200
committerAyrton Araujo2018-11-07 15:34:08 -0200
commit773b8e118203b05658d42175818dfd5a5df6bc24 (patch)
tree5267f64b16ea938a42ea9add62080729ce4e6155
parentcb94b8366daa69907e440b2c271ecd99e56f30d6 (diff)
downloadaur-773b8e118203b05658d42175818dfd5a5df6bc24.tar.gz
upgpkg: herokuish 0.4.0-1
upstream release Co-authored-by: Fabien LEFEBVRE <D1ceWard@users.noreply.github.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63ca0424e704..edd95b2266f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Apr 11 01:11:57 UTC 2017
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.3.27
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.3.27/herokuish_0.3.27_linux_x86_64.tgz
- sha256sums = 9a8894571cdd8a4a42a16c6bd932678563925b066322f83035e5652c0aa9f4dc
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.4.0/herokuish_0.4.0_linux_x86_64.tgz
+ sha256sums = e76d51c87a42d91ce43eba1a67f7dda4dc49843fc26d89071763d7dd984c7e0a
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index c5a7a236453d..fc3ddf9b43cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
+# Maintainer: Ayrton Araujo <root@ayr-ton.net>
+# Contributor: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.3.27
+pkgver=0.4.0
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -9,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=('9a8894571cdd8a4a42a16c6bd932678563925b066322f83035e5652c0aa9f4dc')
+sha256sums=('e76d51c87a42d91ce43eba1a67f7dda4dc49843fc26d89071763d7dd984c7e0a')
package(){
install -Dm 755 herokuish "$pkgdir"/usr/bin/herokuish