summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-12-14 14:01:18 +0100
committerdanieltetraquark2023-12-14 14:01:18 +0100
commit438bad5f2f5305eed63be34cf785911f9a14951b (patch)
tree4bf6fcad420aa528304ee9c6475cb2d846e27e60
parent9e347a4700e5c9478f0d027367a94a8234ed0a64 (diff)
downloadaur-438bad5f2f5305eed63be34cf785911f9a14951b.tar.gz
update to 6.3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4a457aa332b..210b4ccbb0b8 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.8+231204
+ pkgver = 6.3.9+231211
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.8+231204.zip
- sha256sums = d06cd0f95f1d4e8cca8fe4f0f7f4b495403312b3e3e1f739f454130057985a23
+ source = https://download.limesurvey.org/latest-master/limesurvey6.3.9+231211.zip
+ sha256sums = a1cf383a72c50c683a361a769de9e6d496fb54bb3b2d5c544e958fa13ce338b2
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index d5d94e4503f3..57ea1228477f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-_pkgver="6.3.8"
-_pkgdate="231204"
+_pkgver="6.3.9"
+_pkgdate="231211"
_foldername=${pkgname}
pkgver=$_pkgver+$_pkgdate
pkgrel=1
@@ -15,7 +15,7 @@ url="https://www.limesurvey.org"
source=(
https://download.limesurvey.org/latest-master/limesurvey${pkgver}.zip
)
-sha256sums=('d06cd0f95f1d4e8cca8fe4f0f7f4b495403312b3e3e1f739f454130057985a23')
+sha256sums=('a1cf383a72c50c683a361a769de9e6d496fb54bb3b2d5c544e958fa13ce338b2')
optdepends=('apache: a supported application server'
'nginx: a supported application server'