summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-04-26 17:29:39 +0200
committerdanieltetraquark2023-04-26 17:29:39 +0200
commitbed6e7724dbd35b4d30a5d1a1019975d28bd4cf0 (patch)
treee61f29e7ea2c2f5c5a8d113cf30d7752db9f1fb9
parentb6c089a6e7b556ed7e8ca1414d1c3ec51cf93a93 (diff)
downloadaur-bed6e7724dbd35b4d30a5d1a1019975d28bd4cf0.tar.gz
update to 6.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2030ed93e90b..dd9d389c51b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.0.3+230424
+ pkgver = 6.0.4+230427
pkgrel = 1
url = https://www.limesurvey.org
arch = any
@@ -15,7 +15,7 @@ pkgbase = limesurvey
optdepends = php-gd: for CAPTCHAs and graphs
optdepends = php-sodium: for data encryption
backup = etc/webapps/limesurvey/config.php
- source = https://download.limesurvey.org/latest-master/limesurvey6.0.3+230424.zip
- sha256sums = cfc7010c429dcfa1e0e9988890b339b5263c1db294df13bffbb8c425d0f5c84c
+ source = https://download.limesurvey.org/latest-master/limesurvey6.0.4+230427.zip
+ sha256sums = ccac5691b31795e9dec6cfd6c06270955f40d483529a8dde614ba3413cf46399
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 8b6d6ed1acb0..931740c0e62f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.0.3+230424
+pkgver=6.0.4+230427
pkgrel=1
pkgdesc="The most popular FOSS online survey tool on the web."
depends=('php')
@@ -12,7 +12,7 @@ url="https://www.limesurvey.org"
source=(
https://download.limesurvey.org/latest-master/limesurvey${pkgver}.zip
)
-sha256sums=('cfc7010c429dcfa1e0e9988890b339b5263c1db294df13bffbb8c425d0f5c84c')
+sha256sums=('ccac5691b31795e9dec6cfd6c06270955f40d483529a8dde614ba3413cf46399')
optdepends=('apache: a supported application server'
'nginx: a supported application server'