summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-12-08 21:01:32 +0100
committerdanieltetraquark2023-12-08 21:01:32 +0100
commit9e347a4700e5c9478f0d027367a94a8234ed0a64 (patch)
tree2e0c5bdae5958601199da7f9d9ea2cff9e45059c
parent99b0455192fde5efac04b64debd500fcdff3c765 (diff)
downloadaur-9e347a4700e5c9478f0d027367a94a8234ed0a64.tar.gz
update to 6.3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef36278023a..b4a457aa332b 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.7+231127
+ pkgver = 6.3.8+231204
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.7+231127.zip
- sha256sums = b8692b84bc0654a0eb4febca1c33c383289d27a16243d0c4f494682aff8eb74c
+ source = https://download.limesurvey.org/latest-master/limesurvey6.3.8+231204.zip
+ sha256sums = d06cd0f95f1d4e8cca8fe4f0f7f4b495403312b3e3e1f739f454130057985a23
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index b16e6fa69a18..d5d94e4503f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-_pkgver="6.3.7"
-_pkgdate="231127"
+_pkgver="6.3.8"
+_pkgdate="231204"
_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=('b8692b84bc0654a0eb4febca1c33c383289d27a16243d0c4f494682aff8eb74c')
+sha256sums=('d06cd0f95f1d4e8cca8fe4f0f7f4b495403312b3e3e1f739f454130057985a23')
optdepends=('apache: a supported application server'
'nginx: a supported application server'