summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authord1ceward2019-05-14 10:13:03 +0200
committerd1ceward2019-05-14 10:13:03 +0200
commit0dea1d0d010c945ec7e0e3b2135c5d3051f5dfa3 (patch)
treec001be04a3dc2d924f26b445f37c34ce9cff18a3 /PKGBUILD
parent087805e9c82f96e548ab0a16f820ce5469fed82a (diff)
downloadaur-0dea1d0d010c945ec7e0e3b2135c5d3051f5dfa3.tar.gz
upgpkg: dokku 0.16.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 564f23cf8feb..bf275d01c01b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=dokku
-pkgver=0.15.5
+pkgver=0.16.3
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=('f7c9d6945908a3ab0dc17ca9f83df774892212ce33d84b5721f0615d87eeecd3'
+sha256sums=('ac4acc09382538e980f5d4960164a3824c4b207d0b1fbf20a6abe511f3b10ce2'
'c2d7561e5e9931b13421af629672fe417ab36db0f803cadacbf3614507cc0601')
install="${pkgname}.install"