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 95a07a718416..47160a1d06b7 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.0
- pkgrel = 5
+ pkgver = 0.27.2
+ pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
@@ -30,13 +30,13 @@ pkgbase = dokku
depends = sshcommand
depends = unzip
conflicts = inetutils
- source = https://github.com/dokku/dokku/archive/v0.27.0.zip
+ source = https://github.com/dokku/dokku/archive/v0.27.2.zip
source = dokku.install
source = crontab_calls.patch
source = systemd_calls.patch
source = hostname
source = LICENSE
- sha256sums = eb348aa4b0dbed9751db6dafffa0e32d17943ab5eba68fc03e0248133e545817
+ sha256sums = 30bf3bb7d4b54c49894e203d803403d1db516796a43497a389d30f704a45c409
sha256sums = 5b3e99b6be28f8c68e024d9127992bcd49c758566a6ecaa15f9788a411eab0f0
sha256sums = dda85c90106e68b5478679fb2a5b8b37a786d188703abd255e079bdada36a9c0
sha256sums = c600fefea1c93e9f94192741adc679fb0a05674775d3677954f10db4e09205c6
diff --git a/PKGBUILD b/PKGBUILD
index 0bbe8a79aa4a..67c005f5914d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=dokku
-pkgver=0.27.0
-pkgrel=5
+pkgver=0.27.2
+pkgrel=1
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
url='https://github.com/dokku/dokku'
@@ -38,7 +38,7 @@ source=("${url}/archive/v${pkgver}.zip"
"systemd_calls.patch"
"hostname"
"LICENSE")
-sha256sums=('eb348aa4b0dbed9751db6dafffa0e32d17943ab5eba68fc03e0248133e545817'
+sha256sums=('30bf3bb7d4b54c49894e203d803403d1db516796a43497a389d30f704a45c409'
'5b3e99b6be28f8c68e024d9127992bcd49c758566a6ecaa15f9788a411eab0f0'
'dda85c90106e68b5478679fb2a5b8b37a786d188703abd255e079bdada36a9c0'
'c600fefea1c93e9f94192741adc679fb0a05674775d3677954f10db4e09205c6'