summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-03-15 00:24:28 +0100
committerdanieltetraquark2023-03-15 00:24:28 +0100
commit44b99cbe29537b478894c71ea13ac789a4436667 (patch)
treee43e53bfd645527229654ec201f4f99c121bee57
parent9e009a00474b77445f99ad11dbe4f16129c5d42e (diff)
downloadaur-44b99cbe29537b478894c71ea13ac789a4436667.tar.gz
update to 5.6.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81146377d2d9..4f368355b5a8 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.9+230306
+ pkgver = 5.6.10+230313
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.9+230306.zip
- sha256sums = ff259a2db4ebd7acfce8d4feb04d5a8e17241bb67de2132db8fc811e99158917
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.6.10+230313.zip
+ sha256sums = a0af45dc9caa1a760da2cad71fa4c3e4d0c77a8563b5c149261d93954b84dc67
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 8c97a1b0adcd..c5e5fba11805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.6.9+230306
+pkgver=5.6.10+230313
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=('ff259a2db4ebd7acfce8d4feb04d5a8e17241bb67de2132db8fc811e99158917')
+sha256sums=('a0af45dc9caa1a760da2cad71fa4c3e4d0c77a8563b5c149261d93954b84dc67')
optdepends=('apache: a supported application server'
'nginx: a supported application server'