summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2020-04-03 10:12:58 +0200
committerd1ceward2020-04-03 10:12:58 +0200
commitab868a04ed3ade190f5e5273b3397a430b6a62a4 (patch)
treec427d2fd16d34a7a4215fd18179af98459253d2a
parent01e00204472974983e9c8dcf713287bb783d14fc (diff)
downloadaur-ab868a04ed3ade190f5e5273b3397a430b6a62a4.tar.gz
upgpkg: herokuish 0.5.11-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 4dc0f81eb95d..3018e1610134 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.10
+ pkgver = 0.5.11
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.10/herokuish_0.5.10_linux_x86_64.tgz
- sha256sums = e374e1b1e7e2070cd671bb11229d00a466e914335833372fa3219cad10ad9232
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.11/herokuish_0.5.11_linux_x86_64.tgz
+ sha256sums = 4ca72fdd486988aba371e13aa9e5668afc57553aae1b72d7b1a010ba49930adf
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index d970852a19ca..6d29137518b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.5.10
+pkgver=0.5.11
pkgrel=1
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/gliderlabs/herokuish'
license=('MIT')
source=("https://github.com/gliderlabs/herokuish/releases/download/v${pkgver}/herokuish_${pkgver}_linux_x86_64.tgz")
-sha256sums=('e374e1b1e7e2070cd671bb11229d00a466e914335833372fa3219cad10ad9232')
+sha256sums=('4ca72fdd486988aba371e13aa9e5668afc57553aae1b72d7b1a010ba49930adf')
package() {
wget -q "https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE"