summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2019-05-14 10:13:03 +0200
committerd1ceward2019-05-14 10:13:03 +0200
commit0dea1d0d010c945ec7e0e3b2135c5d3051f5dfa3 (patch)
treec001be04a3dc2d924f26b445f37c34ce9cff18a3
parent087805e9c82f96e548ab0a16f820ce5469fed82a (diff)
downloadaur-0dea1d0d010c945ec7e0e3b2135c5d3051f5dfa3.tar.gz
upgpkg: dokku 0.16.3-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 dd2dbc79d278..8c03b4d950f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dokku
pkgdesc = Docker powered mini-Heroku in around 100 lines of Bash.
- pkgver = 0.15.5
+ pkgver = 0.16.3
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.15.5.zip
+ source = https://github.com/dokku/dokku/archive/v0.16.3.zip
source = dokku.install
- sha256sums = f7c9d6945908a3ab0dc17ca9f83df774892212ce33d84b5721f0615d87eeecd3
+ sha256sums = ac4acc09382538e980f5d4960164a3824c4b207d0b1fbf20a6abe511f3b10ce2
sha256sums = c2d7561e5e9931b13421af629672fe417ab36db0f803cadacbf3614507cc0601
pkgname = dokku
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"