summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-04-24 21:13:16 +0200
committerdanieltetraquark2023-04-24 21:13:16 +0200
commitb6c089a6e7b556ed7e8ca1414d1c3ec51cf93a93 (patch)
tree6662bc44f3a9bfcbd5ff238022b1fe4ccbe02cad
parente4163e1e508171a8fe24882e577a9f6e281b8036 (diff)
downloadaur-b6c089a6e7b556ed7e8ca1414d1c3ec51cf93a93.tar.gz
update to 6.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902c1c21288c..2030ed93e90b 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.1+230411
+ pkgver = 6.0.3+230424
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.1+230411.zip
- sha256sums = 9f8b545a010eeece47e8a31fd48922375c6a448758a774b349861a998095e5f5
+ source = https://download.limesurvey.org/latest-master/limesurvey6.0.3+230424.zip
+ sha256sums = cfc7010c429dcfa1e0e9988890b339b5263c1db294df13bffbb8c425d0f5c84c
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 7e53c52d4bdd..8b6d6ed1acb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.0.1+230411
+pkgver=6.0.3+230424
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=('9f8b545a010eeece47e8a31fd48922375c6a448758a774b349861a998095e5f5')
+sha256sums=('cfc7010c429dcfa1e0e9988890b339b5263c1db294df13bffbb8c425d0f5c84c')
optdepends=('apache: a supported application server'
'nginx: a supported application server'