summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2020-04-02 09:43:40 +0200
committerd1ceward2020-04-02 09:43:40 +0200
commit01e00204472974983e9c8dcf713287bb783d14fc (patch)
treebe3a1f49201ea64ecf8e8f94ca89c5146ed4e8e8
parent1e079186032b1b7946ed2266fa8cd0223e25174c (diff)
downloadaur-01e00204472974983e9c8dcf713287bb783d14fc.tar.gz
upgpkg: herokuish 0.5.10-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 06c120b8180e..4dc0f81eb95d 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.9
+ pkgver = 0.5.10
pkgrel = 1
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
- source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.9/herokuish_0.5.9_linux_x86_64.tgz
- sha256sums = a199834b207ea80f55527bb64bd29828844b1926928bf603c7bf937d57c481c5
+ source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.10/herokuish_0.5.10_linux_x86_64.tgz
+ sha256sums = e374e1b1e7e2070cd671bb11229d00a466e914335833372fa3219cad10ad9232
pkgname = herokuish
diff --git a/PKGBUILD b/PKGBUILD
index 7fc77cc957ce..d970852a19ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=herokuish
-pkgver=0.5.9
+pkgver=0.5.10
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=('a199834b207ea80f55527bb64bd29828844b1926928bf603c7bf937d57c481c5')
+sha256sums=('e374e1b1e7e2070cd671bb11229d00a466e914335833372fa3219cad10ad9232')
package() {
wget -q "https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE"