summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2024-04-08 14:20:41 +0200
committerFabien LEFEBVRE (d1ceward)2024-04-08 14:20:41 +0200
commit7761eb977f4bde99efb0553796f1995ddec8a538 (patch)
treec1f788aca0f85a489793cbf0d7f1183f5b8b42ec
parent2a99149edbb8c97d6a8d846fc7269a9a478fbbe8 (diff)
downloadaur-7761eb977f4bde99efb0553796f1995ddec8a538.tar.gz
upgpkg: dokku 0.34.4-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 862ef0761652..1c8a759a66ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = dokku
pkgdesc = Docker-powered PaaS that helps build and manage the lifecycle of applications
- pkgver = 0.34.3
+ pkgver = 0.34.4
pkgrel = 1
url = https://github.com/dokku/dokku
install = dokku.install
- arch = any
+ arch = x86_64
license = MIT
depends = bash-completion
depends = bind
@@ -34,10 +34,10 @@ pkgbase = dokku
depends = sudo
depends = sshcommand
depends = unzip
- source = https://github.com/dokku/dokku/archive/v0.34.3.zip
+ source = https://github.com/dokku/dokku/archive/v0.34.4.zip
source = dokku.install
source = LICENSE
- sha256sums = 0c4692609197674d327abf1b333285b7b45a78830c7be4c847826f04bb684b16
+ sha256sums = 41c38226d13234ac4bb25a9245a19a82b10a3a5bd9a728e2d4feccf09f6cded4
sha256sums = 743c53127dc91c660a2aa0ff94cf8faa6aa763c6e76c5696438c97a5c97bd199
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
diff --git a/PKGBUILD b/PKGBUILD
index da007a4da4d2..84e80ceead92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=dokku
-pkgver=0.34.3
+pkgver=0.34.4
pkgrel=1
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
-arch=('any')
+arch=('x86_64')
url='https://github.com/dokku/dokku'
license=('MIT')
depends=(
@@ -40,7 +40,7 @@ depends=(
source=("${url}/archive/v${pkgver}.zip"
"${pkgname}.install"
"LICENSE")
-sha256sums=('0c4692609197674d327abf1b333285b7b45a78830c7be4c847826f04bb684b16'
+sha256sums=('41c38226d13234ac4bb25a9245a19a82b10a3a5bd9a728e2d4feccf09f6cded4'
'743c53127dc91c660a2aa0ff94cf8faa6aa763c6e76c5696438c97a5c97bd199'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
install="${pkgname}.install"