summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-07-04 16:27:03 +0200
committerMorris Jobke2016-07-04 16:27:03 +0200
commitaf4bec509600160034b1a3095f50b77777aaebfb (patch)
treebb072982da05fc233ad5ca0c52ab2fe18b1fd1ed
parentdeb2cd710771484f5fb66d755330d96ef81417a1 (diff)
downloadaur-af4bec509600160034b1a3095f50b77777aaebfb.tar.gz
0.6.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe7620b0497..5db0f4c6a098 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 10:51:35 UTC 2016
+# Mon Jul 4 14:26:56 UTC 2016
pkgbase = dokku
pkgdesc = Docker powered mini-Heroku in around 100 lines of Bash.
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
@@ -19,9 +19,9 @@ pkgbase = dokku
depends = lsb-release
depends = bind-tools
depends = python
- source = https://github.com/dokku/dokku/archive/v0.6.3.zip
+ source = https://github.com/dokku/dokku/archive/v0.6.4.zip
source = dokku.install
- sha256sums = 36e70be6564d42545c36098a2ade5bcb77e94fe9c819fa7f76827b337e6653de
+ sha256sums = 4514fa85e11c48fa918780657460ffe4e6ab797178225d9c000c4b7edeb49971
sha256sums = 99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7
pkgname = dokku
diff --git a/PKGBUILD b/PKGBUILD
index fe58e3bd28ba..64347b91004e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke.de>
# Maintainer: Martin Mlynář <nexus+arch@smoula.net>
pkgname=dokku
-pkgver=0.6.3
+pkgver=0.6.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=('36e70be6564d42545c36098a2ade5bcb77e94fe9c819fa7f76827b337e6653de'
+sha256sums=('4514fa85e11c48fa918780657460ffe4e6ab797178225d9c000c4b7edeb49971'
'99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7')
install=${pkgname}.install