summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2019-05-16 10:18:33 +0200
committerd1ceward2019-05-16 10:18:33 +0200
commit123ce1e4f6fd6af63fa72e6b89bfb612b1a83e0a (patch)
tree942174d87ab599ba7231676108e12c9b14865f00
parent0dea1d0d010c945ec7e0e3b2135c5d3051f5dfa3 (diff)
downloadaur-123ce1e4f6fd6af63fa72e6b89bfb612b1a83e0a.tar.gz
upgpkg: dokku 0.16.4-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 8c03b4d950f7..36d9cf4e2821 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.3
+ pkgver = 0.16.4
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.3.zip
+ source = https://github.com/dokku/dokku/archive/v0.16.4.zip
source = dokku.install
- sha256sums = ac4acc09382538e980f5d4960164a3824c4b207d0b1fbf20a6abe511f3b10ce2
+ sha256sums = ab9c3fa60f65788f80f7447a76ed02d62d682820d326286f6cd9ca1e2aaa16a8
sha256sums = c2d7561e5e9931b13421af629672fe417ab36db0f803cadacbf3614507cc0601
pkgname = dokku
diff --git a/PKGBUILD b/PKGBUILD
index bf275d01c01b..7ce4dfcc2c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=dokku
-pkgver=0.16.3
+pkgver=0.16.4
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=('ac4acc09382538e980f5d4960164a3824c4b207d0b1fbf20a6abe511f3b10ce2'
+sha256sums=('ab9c3fa60f65788f80f7447a76ed02d62d682820d326286f6cd9ca1e2aaa16a8'
'c2d7561e5e9931b13421af629672fe417ab36db0f803cadacbf3614507cc0601')
install="${pkgname}.install"