summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b722a7aa88..ce959a6b9a5e 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.3
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = bsd
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.3/herokuish_0.5.3_linux_x86_64.tgz
- sha256sums = 868fd43084e37daaf917babd158d8d904aa42ccb0ea612cf373e3992c212f27d
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.5/herokuish_0.5.5_linux_x86_64.tgz
+ sha256sums = cb6242317a6fb3790c9580c00fdf586da964784a0424b5475fba063e587bc6d6
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 8b907ec69c9f..dba156a6444d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.5.3
+pkgver=0.5.5
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/gliderlabs/herokuish'
license=('bsd')
source=("https://github.com/gliderlabs/herokuish/releases/download/v${pkgver}/herokuish_${pkgver}_linux_x86_64.tgz")
-sha256sums=('868fd43084e37daaf917babd158d8d904aa42ccb0ea612cf373e3992c212f27d')
+sha256sums=('cb6242317a6fb3790c9580c00fdf586da964784a0424b5475fba063e587bc6d6')
package() {
install -Dm 755 herokuish "${pkgdir}/usr/bin/herokuish"