summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2022-11-02 10:21:06 +0100
committerFabien LEFEBVRE2022-11-02 10:21:06 +0100
commita9aec2d87f5edc33eb7c38fc53d46592e1eff9f4 (patch)
tree113f9e570a2773d543408b82d509755003e05fd4
parent2d2fea0c8187673ee916ef1240dbe0432f3a0b17 (diff)
downloadaur-a9aec2d87f5edc33eb7c38fc53d46592e1eff9f4.tar.gz
upgpkg: herokuish 0.5.38-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 7c283f3f80e3..4ed34b346cbd 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.37
+ pkgver = 0.5.38
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.37/herokuish_0.5.37_linux_x86_64.tgz
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.38/herokuish_0.5.38_linux_x86_64.tgz
source = https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE
- sha256sums = cc5e49a782fa63614cf16b3f105f0a1f3dd29d7f146711d1e2f46983d59144f8
+ sha256sums = 8e4ab5d602a85888f94390b994f4851e15edd9bdc0cca45b6b4d5a4193fdee13
sha256sums = 10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index f365a28b316a..4ae985391cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.5.37
+pkgver=0.5.38
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=('cc5e49a782fa63614cf16b3f105f0a1f3dd29d7f146711d1e2f46983d59144f8'
+sha256sums=('8e4ab5d602a85888f94390b994f4851e15edd9bdc0cca45b6b4d5a4193fdee13'
'10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1')
package() {