summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-07-31 19:15:15 +0200
committerMorris Jobke2016-07-31 19:15:15 +0200
commit003c6c437315533877761b1840e4ed97ebd5ab56 (patch)
tree35c6273184498b52bc44d19a92bed49d5c6edb6e
parent6d7f1de2e4b2712caf3887b852dc72a2679e1caa (diff)
downloadaur-003c6c437315533877761b1840e4ed97ebd5ab56.tar.gz
0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f721cbb747fd..1da8277952e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 11 11:53:01 UTC 2016
+# Sun Jul 31 17:14:53 UTC 2016
pkgbase = dokku
pkgdesc = Docker powered mini-Heroku in around 100 lines of Bash.
- pkgver = 0.6.5
+ pkgver = 0.7.0
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.5.zip
+ source = https://github.com/dokku/dokku/archive/v0.7.0.zip
source = dokku.install
- sha256sums = 109137e081e3328025d1b9110b3a3f8bdf2d842701e19ba4eb0e8f2f224749e1
+ sha256sums = e356203c45e347c7836fba0013b0cbb9d480655c8e5bd5075abf116149b7205e
sha256sums = 99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7
pkgname = dokku
diff --git a/PKGBUILD b/PKGBUILD
index 18ee1fc3159d..759e91633b97 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.5
+pkgver=0.7.0
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=('109137e081e3328025d1b9110b3a3f8bdf2d842701e19ba4eb0e8f2f224749e1'
+sha256sums=('e356203c45e347c7836fba0013b0cbb9d480655c8e5bd5075abf116149b7205e'
'99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7')
install=${pkgname}.install