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 942d3ed45b0a..0a1e94ced75d 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.24.9
- pkgrel = 3
+ pkgver = 0.24.10
+ pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
@@ -30,10 +30,10 @@ pkgbase = dokku
depends = sudo
depends = sshcommand
depends = unzip
- source = https://github.com/dokku/dokku/archive/v0.24.9.zip
+ source = https://github.com/dokku/dokku/archive/v0.24.10.zip
source = dokku.install
source = LICENSE
- sha256sums = b9180e11f87a64d35bedd10810066222a783614200d59bfc9b366a1b29c329e7
+ sha256sums = bed55e2f3d0b037a62599a528dace16083e528428277d8ab03a25041d8a7a2eb
sha256sums = 3e58b518ce747483f01371a903cc66ea346076c87512cff52da0bd7932760538
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
diff --git a/PKGBUILD b/PKGBUILD
index f1a6195f8454..df8244370dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=dokku
-pkgver=0.24.9
-pkgrel=3
+pkgver=0.24.10
+pkgrel=1
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
url='https://github.com/dokku/dokku'
@@ -36,7 +36,7 @@ depends=(
source=("https://github.com/dokku/dokku/archive/v$pkgver.zip"
"$pkgname.install"
"LICENSE")
-sha256sums=('b9180e11f87a64d35bedd10810066222a783614200d59bfc9b366a1b29c329e7'
+sha256sums=('bed55e2f3d0b037a62599a528dace16083e528428277d8ab03a25041d8a7a2eb'
'3e58b518ce747483f01371a903cc66ea346076c87512cff52da0bd7932760538'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
install="$pkgname.install"