summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 593b84274e5e..1925eab7436c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dokku
pkgdesc = Docker-powered PaaS that helps build and manage the lifecycle of applications
- pkgver = 0.22.2
- pkgrel = 2
+ pkgver = 0.22.3
+ pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
@@ -20,10 +20,10 @@ pkgbase = dokku
depends = procfile-util
depends = rsyslog
depends = sshcommand
- source = https://github.com/dokku/dokku/archive/v0.22.2.zip
+ source = https://github.com/dokku/dokku/archive/v0.22.3.zip
source = dokku.install
source = LICENSE
- sha256sums = 2e8027b79828988ab58ab3cdbfd1fa9259fb5f1fb1db42f456bddcf6d7f305ee
+ sha256sums = 7e3ac25bd948e476f26dca2b232bb424c9c6b65388e2f4a113a3e8bc4c2c4d30
sha256sums = d6887859d5c43febf6591c32d8b4706797a28ce308050b62871bc3f7f9df418e
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
diff --git a/PKGBUILD b/PKGBUILD
index 24550f4d5c33..3addbc9e431b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=dokku
-pkgver=0.22.2
-pkgrel=2
+pkgver=0.22.3
+pkgrel=1
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
url='https://github.com/dokku/dokku'
@@ -26,7 +26,7 @@ depends=(
source=("https://github.com/dokku/dokku/archive/v$pkgver.zip"
"$pkgname.install"
"LICENSE")
-sha256sums=('2e8027b79828988ab58ab3cdbfd1fa9259fb5f1fb1db42f456bddcf6d7f305ee'
+sha256sums=('7e3ac25bd948e476f26dca2b232bb424c9c6b65388e2f4a113a3e8bc4c2c4d30'
'd6887859d5c43febf6591c32d8b4706797a28ce308050b62871bc3f7f9df418e'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
install="$pkgname.install"