summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-06-22 10:47:14 +0200
committerMorris Jobke2016-06-22 10:47:14 +0200
commitd33016756626bc2bbb70535d6ace54963aaa2019 (patch)
treeed5c0d15c81d0f215161d2c8fddacbd9d8ca0890
parentbdd3378767fe9583c6f808f3fb56c750da603488 (diff)
downloadaur-d33016756626bc2bbb70535d6ace54963aaa2019.tar.gz
0.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e192d178e7b..3e303c849b3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 19 07:41:01 UTC 2016
+# Wed Jun 22 08:46:47 UTC 2016
pkgbase = dokku
pkgdesc = Docker powered mini-Heroku in around 100 lines of Bash.
- pkgver = 0.6.1
+ pkgver = 0.6.2
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.1.zip
+ source = https://github.com/dokku/dokku/archive/v0.6.2.zip
source = dokku.install
- sha256sums = e8c5b21ffbd21d87f10c80d924abff5d28021a943e0adb13d0a29871136e19ef
+ sha256sums = e813bc2a3288b20e33b6d3dd6ef427b343545d7a25e274aaed43b54e2047545f
sha256sums = 99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7
pkgname = dokku
diff --git a/PKGBUILD b/PKGBUILD
index fc5af21e5ab5..35f74145a8a4 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.1
+pkgver=0.6.2
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=('e8c5b21ffbd21d87f10c80d924abff5d28021a943e0adb13d0a29871136e19ef'
+sha256sums=('e813bc2a3288b20e33b6d3dd6ef427b343545d7a25e274aaed43b54e2047545f'
'99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7')
install=${pkgname}.install