summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2017-04-11 03:34:15 +0200
committerMorris Jobke2017-04-11 03:34:15 +0200
commit6235aef50ce4abcafdbdcba987088b84c9767fcd (patch)
tree7aed99c68c903761812bc4ec0ba437365a604d79
parentefc2afab72831b1795e7278440add76f809c06ec (diff)
downloadaur-6235aef50ce4abcafdbdcba987088b84c9767fcd.tar.gz
Revert "dokku 0.9.3"
This reverts commit efc2afab72831b1795e7278440add76f809c06ec.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb05bc644bfc..ea894a6a04bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 11 01:18:24 UTC 2017
+# Tue Apr 11 01:17:28 UTC 2017
pkgbase = dokku
pkgdesc = Docker powered mini-Heroku in around 100 lines of Bash.
- pkgver = 0.9.3
+ pkgver = 0.9.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.9.3.zip
+ source = https://github.com/dokku/dokku/archive/v0.9.2.zip
source = dokku.install
- sha256sums = 28f2cf4f0de5c2425da017c6dfba8559aca85fac267bb7067032587c1e32196e
+ sha256sums = 537aa43a10a3a0921051e9bff1a9a2a35b64d9e0caf251de396d1a630c6f99dc
sha256sums = 99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7
pkgname = dokku
diff --git a/PKGBUILD b/PKGBUILD
index a1c2e0ab70a2..616c2cd0162a 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.9.3
+pkgver=0.9.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=('28f2cf4f0de5c2425da017c6dfba8559aca85fac267bb7067032587c1e32196e'
+sha256sums=('537aa43a10a3a0921051e9bff1a9a2a35b64d9e0caf251de396d1a630c6f99dc'
'99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7')
install=${pkgname}.install