summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2021-12-02 09:52:14 +0100
committerD1ceWard2021-12-02 09:52:14 +0100
commit2622529fd32bbbaa47bedea57a8a4a307f6637a0 (patch)
treee1afa4666f828f4de3bb66990a2b7bb8359c096b
parent61e400c220d5a77a1e62019253122c1ca5494eb5 (diff)
downloadaur-2622529fd32bbbaa47bedea57a8a4a307f6637a0.tar.gz
upgpkg: herokuish 0.5.33-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 e6dd3d405a71..acc9bb462155 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.32
+ pkgver = 0.5.33
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.32/herokuish_0.5.32_linux_x86_64.tgz
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.33/herokuish_0.5.33_linux_x86_64.tgz
source = https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE
- sha256sums = 5e784d46d74f596dcc93a86ed24f28e32f1aa1c3d35dae7d0f226546fe6ab8a2
+ sha256sums = 15810222e255d9a16d768b2156ac2852f2e02e0aed319698839164d8efa12d38
sha256sums = 10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index b0015fb6aa30..0027bf32e9a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.5.32
+pkgver=0.5.33
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/gliderlabs/herokuish'
license=('MIT')
source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_x86_64.tgz"
"https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE")
-sha256sums=('5e784d46d74f596dcc93a86ed24f28e32f1aa1c3d35dae7d0f226546fe6ab8a2'
+sha256sums=('15810222e255d9a16d768b2156ac2852f2e02e0aed319698839164d8efa12d38'
'10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1')
package() {