summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2021-11-08 00:30:39 +0100
committerD1ceWard2021-11-08 00:30:39 +0100
commit61e400c220d5a77a1e62019253122c1ca5494eb5 (patch)
tree6ce4087b01a700907446b22a3031c910f4304cda
parent62864ed2e7064cd05b04506f83dea1f8aa29ba01 (diff)
downloadaur-61e400c220d5a77a1e62019253122c1ca5494eb5.tar.gz
upgpkg: herokuish 0.5.32-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c61ecc8169b..e6dd3d405a71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.5.31
- pkgrel = 2
+ pkgver = 0.5.32
+ pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.31/herokuish_0.5.31_linux_x86_64.tgz
- source = LICENSE
- sha256sums = db6e341e885dd437500cc701a7a9342c9474fbc6d95819be991fdf9127faaf1e
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.32/herokuish_0.5.32_linux_x86_64.tgz
+ source = https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE
+ sha256sums = 5e784d46d74f596dcc93a86ed24f28e32f1aa1c3d35dae7d0f226546fe6ab8a2
sha256sums = 10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 0f225332e1a6..b0015fb6aa30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,18 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.5.31
-pkgrel=2
+pkgver=0.5.32
+pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
url='https://github.com/gliderlabs/herokuish'
license=('MIT')
source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_x86_64.tgz"
- 'LICENSE')
-sha256sums=('db6e341e885dd437500cc701a7a9342c9474fbc6d95819be991fdf9127faaf1e'
+ "https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE")
+sha256sums=('5e784d46d74f596dcc93a86ed24f28e32f1aa1c3d35dae7d0f226546fe6ab8a2'
'10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1')
package() {
- cd "${srcdir}"
-
install -Dm755 herokuish "${pkgdir}/usr/bin/${pkgname}"
-
- mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}