summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2019-06-11 12:59:11 +0200
committerd1ceward2019-06-11 12:59:11 +0200
commitcb1126954cc92e84e25f6dcb3da9d6071638f718 (patch)
tree5a333d1c61d2d230e2cd771f0f1388d932359c40
parent123ce1e4f6fd6af63fa72e6b89bfb612b1a83e0a (diff)
downloadaur-cb1126954cc92e84e25f6dcb3da9d6071638f718.tar.gz
upgpkg: dokku 0.17.7-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 36d9cf4e2821..22bf8d6dd1c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dokku
pkgdesc = Docker powered mini-Heroku in around 100 lines of Bash.
- pkgver = 0.16.4
+ pkgver = 0.17.7
pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
@@ -18,9 +18,9 @@ pkgbase = dokku
depends = procfile-util
depends = rsyslog
depends = sshcommand
- source = https://github.com/dokku/dokku/archive/v0.16.4.zip
+ source = https://github.com/dokku/dokku/archive/v0.17.7.zip
source = dokku.install
- sha256sums = ab9c3fa60f65788f80f7447a76ed02d62d682820d326286f6cd9ca1e2aaa16a8
+ sha256sums = d689135724577473f25711029d0fdd4e8baeb801325b6203a2a25b17814d28fd
sha256sums = c2d7561e5e9931b13421af629672fe417ab36db0f803cadacbf3614507cc0601
pkgname = dokku
diff --git a/PKGBUILD b/PKGBUILD
index 7ce4dfcc2c88..fdee1ff560b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=dokku
-pkgver=0.16.4
+pkgver=0.17.7
pkgrel=1
pkgdesc="Docker powered mini-Heroku in around 100 lines of Bash."
arch=(any)
@@ -27,7 +27,7 @@ source=(
"https://github.com/dokku/dokku/archive/v${pkgver}.zip"
"${pkgname}.install"
)
-sha256sums=('ab9c3fa60f65788f80f7447a76ed02d62d682820d326286f6cd9ca1e2aaa16a8'
+sha256sums=('d689135724577473f25711029d0fdd4e8baeb801325b6203a2a25b17814d28fd'
'c2d7561e5e9931b13421af629672fe417ab36db0f803cadacbf3614507cc0601')
install="${pkgname}.install"