summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-03-06 17:40:59 +0100
committerdanieltetraquark2023-03-06 17:40:59 +0100
commit9e009a00474b77445f99ad11dbe4f16129c5d42e (patch)
tree1d833f70c09500a6bd851e517d67288c4db9c931
parentd792f467ec2cf386db66592e8a3bff81584bd3b2 (diff)
downloadaur-9e009a00474b77445f99ad11dbe4f16129c5d42e.tar.gz
update to 5.6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17a9fe5e8c54..81146377d2d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 5.6.8+230227
+ pkgver = 5.6.9+230306
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-stable-release/limesurvey5.6.8+230227.zip
- sha256sums = be28b93a7190a5813a2203b3c5347faa3ef622ef9de3d281fa6acda670e29cf0
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.6.9+230306.zip
+ sha256sums = ff259a2db4ebd7acfce8d4feb04d5a8e17241bb67de2132db8fc811e99158917
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 3e56ff5da0ba..8c97a1b0adcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.6.8+230227
+pkgver=5.6.9+230306
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-stable-release/limesurvey${pkgver}.zip
)
-sha256sums=('be28b93a7190a5813a2203b3c5347faa3ef622ef9de3d281fa6acda670e29cf0')
+sha256sums=('ff259a2db4ebd7acfce8d4feb04d5a8e17241bb67de2132db8fc811e99158917')
optdepends=('apache: a supported application server'
'nginx: a supported application server'