summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2024-03-14 16:58:46 +0100
committerFabien LEFEBVRE (d1ceward)2024-03-14 16:58:46 +0100
commite991154ed80c59b829e4a669e324f8e4fbd0fe3c (patch)
tree28c1f86c03001a56c962b0c563bc1f750f024ab3
parentbee569452888cfbfe78a2db37c49ce297511a236 (diff)
downloadaur-e991154ed80c59b829e4a669e324f8e4fbd0fe3c.tar.gz
upgpkg: dokku 0.33.9-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db50daf257a0..8f95e1ddaade 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.33.7
- pkgrel = 2
+ pkgver = 0.33.9
+ pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
@@ -34,11 +34,11 @@ pkgbase = dokku
depends = sudo
depends = sshcommand
depends = unzip
- source = https://github.com/dokku/dokku/archive/v0.33.7.zip
+ source = https://github.com/dokku/dokku/archive/v0.33.9.zip
source = dokku.install
source = systemd_calls.patch
source = LICENSE
- sha256sums = 0228c0d848acfcd05c72350aab49d452de9da207c8bafb78517fede75a21d90c
+ sha256sums = 64b7f8352cc613a9ee6ab4a542519b54fbe259c359d03e86913b94b1a05369eb
sha256sums = 743c53127dc91c660a2aa0ff94cf8faa6aa763c6e76c5696438c97a5c97bd199
sha256sums = aec08deb0b1d466f37a0c76f93fc507d443ab8bd770cc0c1097ffeffa75cf9a4
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
diff --git a/PKGBUILD b/PKGBUILD
index d27ccef85b44..e49d03f1fab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=dokku
-pkgver=0.33.7
-pkgrel=2
+pkgver=0.33.9
+pkgrel=1
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
url='https://github.com/dokku/dokku'
@@ -41,7 +41,7 @@ source=("${url}/archive/v${pkgver}.zip"
"${pkgname}.install"
"systemd_calls.patch"
"LICENSE")
-sha256sums=('0228c0d848acfcd05c72350aab49d452de9da207c8bafb78517fede75a21d90c'
+sha256sums=('64b7f8352cc613a9ee6ab4a542519b54fbe259c359d03e86913b94b1a05369eb'
'743c53127dc91c660a2aa0ff94cf8faa6aa763c6e76c5696438c97a5c97bd199'
'aec08deb0b1d466f37a0c76f93fc507d443ab8bd770cc0c1097ffeffa75cf9a4'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')