summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-11-27 23:19:48 +0100
committerdanieltetraquark2023-11-27 23:19:48 +0100
commit99b0455192fde5efac04b64debd500fcdff3c765 (patch)
treef069425f57036b3abe67d67d1c72357eb917b675
parent5c10197d93580d0fefdcae9c1411d5b6da29e989 (diff)
downloadaur-99b0455192fde5efac04b64debd500fcdff3c765.tar.gz
Update to 6.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a365322bd5ca..3ef36278023a 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.6+231120
+ pkgver = 6.3.7+231127
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.6+231120.zip
- sha256sums = 8f689783eca9b68bbdf2f6e4c88f64a2cf4ccd5905c89e4cd15af707d816dcf5
+ source = https://download.limesurvey.org/latest-master/limesurvey6.3.7+231127.zip
+ sha256sums = b8692b84bc0654a0eb4febca1c33c383289d27a16243d0c4f494682aff8eb74c
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 236c5dc9f5d4..b16e6fa69a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-_pkgver="6.3.6"
-_pkgdate="231120"
+_pkgver="6.3.7"
+_pkgdate="231127"
_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=('8f689783eca9b68bbdf2f6e4c88f64a2cf4ccd5905c89e4cd15af707d816dcf5')
+sha256sums=('b8692b84bc0654a0eb4febca1c33c383289d27a16243d0c4f494682aff8eb74c')
optdepends=('apache: a supported application server'
'nginx: a supported application server'