summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabien LEFEBVRE2020-01-29 10:24:04 +0100
committerFabien LEFEBVRE2020-01-29 10:24:04 +0100
commit401741a446d2a64c36c2aec6ab8edf33a95efce0 (patch)
tree57e9548e66e89522f50d3f140b304a7ee489c9b1 /PKGBUILD
parent4007f5d669b10b621eaf5879be1cade01ad1feb0 (diff)
downloadaur-401741a446d2a64c36c2aec6ab8edf33a95efce0.tar.gz
upgpkg: herokuish 0.5.5-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"