summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-11-14 21:30:00 +0100
committerdanieltetraquark2023-11-14 21:30:00 +0100
commit36b7031bb91bba4ef2a701496321e82cf6336d7f (patch)
tree50104d4afa1c8f8a3676c2f3caa93ad8a44b83b2
parent8bb38fdd72c85f7edb9ef3a5a9ecb4a4c01cd63a (diff)
downloadaur-36b7031bb91bba4ef2a701496321e82cf6336d7f.tar.gz
update to 6.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e74d455b306..f09e4f52da1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.3.4+231108
+ pkgver = 6.3.5+231113
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.3.4+231108.zip
- sha256sums = 3e6b9447f3d3910896c50705fe98ef8f86cfe59de80c714d5600ab74c0092b3a
+ source = https://download.limesurvey.org/latest-master/limesurvey6.3.5+231113.zip
+ sha256sums = da8eee53b994e59821f4e7fb699ebc6e480c7031cdd859a4f9f3f9fdeba4e8e8
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 79f2b7f258b0..515e07c0e3ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.3.4+231108
+pkgver=6.3.5+231113
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=('3e6b9447f3d3910896c50705fe98ef8f86cfe59de80c714d5600ab74c0092b3a')
+sha256sums=('da8eee53b994e59821f4e7fb699ebc6e480c7031cdd859a4f9f3f9fdeba4e8e8')
optdepends=('apache: a supported application server'
'nginx: a supported application server'