summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-12-20 01:22:33 +0100
committerdanieltetraquark2023-12-20 01:22:33 +0100
commitceada70c33ce920fa77cbe4653b1556133b34190 (patch)
tree567b399a1874b5d68ce398d9183e1491f17e55df
parent438bad5f2f5305eed63be34cf785911f9a14951b (diff)
downloadaur-ceada70c33ce920fa77cbe4653b1556133b34190.tar.gz
update to 6.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 210b4ccbb0b8..1b0c969f872e 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.9+231211
+ pkgver = 6.4.0+231218
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.9+231211.zip
- sha256sums = a1cf383a72c50c683a361a769de9e6d496fb54bb3b2d5c544e958fa13ce338b2
+ source = https://download.limesurvey.org/latest-master/limesurvey6.4.0+231218.zip
+ sha256sums = 2631c8c03d96e2e5ba3f8c80f9e8488825c3259d6a5b8c1148400d3de4419382
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 57ea1228477f..d05a0685ed70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-_pkgver="6.3.9"
-_pkgdate="231211"
+_pkgver="6.4.0"
+_pkgdate="231218"
_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=('a1cf383a72c50c683a361a769de9e6d496fb54bb3b2d5c544e958fa13ce338b2')
+sha256sums=('2631c8c03d96e2e5ba3f8c80f9e8488825c3259d6a5b8c1148400d3de4419382')
optdepends=('apache: a supported application server'
'nginx: a supported application server'