summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d44e123b59..018926da941d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dokku
pkgdesc = Docker-powered PaaS that helps build and manage the lifecycle of applications
- pkgver = 0.24.8
+ pkgver = 0.24.9
pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
@@ -23,12 +23,11 @@ pkgbase = dokku
depends = rsyslog
depends = sshcommand
depends = unzip
- source = https://github.com/dokku/dokku/archive/v0.24.8.zip
+ source = https://github.com/dokku/dokku/archive/v0.24.9.zip
source = dokku.install
source = LICENSE
- sha256sums = 64d856dbf9ff31a42e04456ad2c80e9ca8dff7ee785e13b265f4cb6043c76ef9
+ sha256sums = b9180e11f87a64d35bedd10810066222a783614200d59bfc9b366a1b29c329e7
sha256sums = dd7ca19339e18f8434ca74faeb994ae8446cb3ccf020e558eaa340ad1f72effe
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
pkgname = dokku
-
diff --git a/PKGBUILD b/PKGBUILD
index aef7980e6422..86813f744147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=dokku
-pkgver=0.24.8
+pkgver=0.24.9
pkgrel=1
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
@@ -29,7 +29,7 @@ depends=(
source=("https://github.com/dokku/dokku/archive/v$pkgver.zip"
"$pkgname.install"
"LICENSE")
-sha256sums=('64d856dbf9ff31a42e04456ad2c80e9ca8dff7ee785e13b265f4cb6043c76ef9'
+sha256sums=('b9180e11f87a64d35bedd10810066222a783614200d59bfc9b366a1b29c329e7'
'dd7ca19339e18f8434ca74faeb994ae8446cb3ccf020e558eaa340ad1f72effe'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
install="$pkgname.install"