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 a45196263375..8a027f98369b 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.27.5
- pkgrel = 2
+ pkgver = 0.27.8
+ pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
@@ -31,13 +31,13 @@ pkgbase = dokku
depends = sshcommand
depends = unzip
conflicts = inetutils
- source = https://github.com/dokku/dokku/archive/v0.27.5.zip
+ source = https://github.com/dokku/dokku/archive/v0.27.8.zip
source = dokku.install
source = crontab_calls.patch
source = systemd_calls.patch
source = hostname
source = LICENSE
- sha256sums = fd62b5869e06f381de29f14eaa5f656a29a3e0f358631084d9aefbd36e45e384
+ sha256sums = 919102e33457f12edcf5ffbea6b205e1bc10b4c6ccc5b3d30d82aa909d33a12a
sha256sums = 5b3e99b6be28f8c68e024d9127992bcd49c758566a6ecaa15f9788a411eab0f0
sha256sums = dda85c90106e68b5478679fb2a5b8b37a786d188703abd255e079bdada36a9c0
sha256sums = c600fefea1c93e9f94192741adc679fb0a05674775d3677954f10db4e09205c6
diff --git a/PKGBUILD b/PKGBUILD
index f41a0423b2f0..2822a2b4a189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=dokku
-pkgver=0.27.5
-pkgrel=2
+pkgver=0.27.8
+pkgrel=1
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
url='https://github.com/dokku/dokku'
@@ -39,7 +39,7 @@ source=("${url}/archive/v${pkgver}.zip"
"systemd_calls.patch"
"hostname"
"LICENSE")
-sha256sums=('fd62b5869e06f381de29f14eaa5f656a29a3e0f358631084d9aefbd36e45e384'
+sha256sums=('919102e33457f12edcf5ffbea6b205e1bc10b4c6ccc5b3d30d82aa909d33a12a'
'5b3e99b6be28f8c68e024d9127992bcd49c758566a6ecaa15f9788a411eab0f0'
'dda85c90106e68b5478679fb2a5b8b37a786d188703abd255e079bdada36a9c0'
'c600fefea1c93e9f94192741adc679fb0a05674775d3677954f10db4e09205c6'