summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e56605dffff..7a7a93cb1a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
url='https://github.com/gliderlabs/herokuish'
license=('MIT')
source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('52e8ec0718ee98a35f08ddef77d081005350da1ef41a0eb1572438d3fc83fa61')
+sha256sums=('6f9878c184420299bcbc1426c60d4ea053a4f48fb330965183a23dfcd8f0c8a7')
makedepends=('go'
'go-bindata')