summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2024-03-31 21:42:55 +0200
committerFabien LEFEBVRE (d1ceward)2024-03-31 21:42:55 +0200
commit2e8c705ea1591f810c353a3954682d2ef8a5daab (patch)
treef67d341129800ffe5b6865e3284a8afa1960128a
parentc41506b4f1716c0fe72c6f3d322b0ee868272824 (diff)
downloadaur-2e8c705ea1591f810c353a3954682d2ef8a5daab.tar.gz
upgpkg: herokuish 0.9.0-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 1352f9cd6448..d3d35a88c728 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
makedepends = go
makedepends = go-bindata
- source = https://github.com/gliderlabs/herokuish/archive/refs/tags/v0.8.0.tar.gz
- sha256sums = 6abafea0f3f6dd7a42577358e8f9b232d2f7a942d64b15792f5e5e6f2c215610
+ source = https://github.com/gliderlabs/herokuish/archive/refs/tags/v0.9.0.tar.gz
+ sha256sums = 52e8ec0718ee98a35f08ddef77d081005350da1ef41a0eb1572438d3fc83fa61
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 2ff906741209..2e56605dffff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=herokuish
-pkgver=0.8.0
+pkgver=0.9.0
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=('6abafea0f3f6dd7a42577358e8f9b232d2f7a942d64b15792f5e5e6f2c215610')
+sha256sums=('52e8ec0718ee98a35f08ddef77d081005350da1ef41a0eb1572438d3fc83fa61')
makedepends=('go'
'go-bindata')