summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2022-05-07 00:14:33 +0200
committerD1ceWard2022-05-07 00:14:33 +0200
commitd2607956d64cdb849cdb708d6763119690576ac2 (patch)
treeaac3255398359fdcd584e1528aaa56aa7d5b3d05
parentb797c374fae98e10e07e6ed70d6df496b321c8f2 (diff)
downloadaur-d2607956d64cdb849cdb708d6763119690576ac2.tar.gz
upgpkg: herokuish 0.5.35-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 c346f04caad1..67162e14a681 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.34
+ pkgver = 0.5.35
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.34/herokuish_0.5.34_linux_x86_64.tgz
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.35/herokuish_0.5.35_linux_x86_64.tgz
source = https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE
- sha256sums = 68dfa96ac5a281dfc674caaca031d14c76da36521e8acd10323e15492bf731c1
+ sha256sums = e32854293b477ad71a15c6252d3ac9bcc516cfb4af10740f84951924898f5f3b
sha256sums = 10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 24ee3422b371..f5a5475246cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.5.34
+pkgver=0.5.35
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=('68dfa96ac5a281dfc674caaca031d14c76da36521e8acd10323e15492bf731c1'
+sha256sums=('e32854293b477ad71a15c6252d3ac9bcc516cfb4af10740f84951924898f5f3b'
'10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1')
package() {