summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2020-04-01 10:30:40 +0200
committerd1ceward2020-04-01 10:30:40 +0200
commitd244b6e84454096a1ebd9b2442c183bcdb5239fb (patch)
treebe2cf9d4101e646c9f4433ba1ef22a6e4a54edb6
parent77f6cea1dbfdba8b337562f24f83ba7b94c63d1b (diff)
downloadaur-d244b6e84454096a1ebd9b2442c183bcdb5239fb.tar.gz
upgpkg: herokuish 0.5.9-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f6046ce0dc..06c120b8180e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.5.8
+ pkgver = 0.5.9
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.8/herokuish_0.5.8_linux_x86_64.tgz
- sha256sums = bb081e6f7619af4cf654ebb5e69ac1aba22aa5438ddfbfb741ac736679839765
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.9/herokuish_0.5.9_linux_x86_64.tgz
+ sha256sums = a199834b207ea80f55527bb64bd29828844b1926928bf603c7bf937d57c481c5
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index c5a2797dc398..7fc77cc957ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Maintainer: Ayrton Araujo <root@ayr-ton.net>
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -11,8 +10,10 @@ url='https://github.com/gliderlabs/herokuish'
license=('MIT')
source=("https://github.com/gliderlabs/herokuish/releases/download/v${pkgver}/herokuish_${pkgver}_linux_x86_64.tgz")
-sha256sums=('bb081e6f7619af4cf654ebb5e69ac1aba22aa5438ddfbfb741ac736679839765')
+sha256sums=('a199834b207ea80f55527bb64bd29828844b1926928bf603c7bf937d57c481c5')
package() {
+ wget -q "https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE"
install -Dm 755 herokuish "${pkgdir}/usr/bin/herokuish"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/herokuish/LICENSE"
}