summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2024-02-21 20:27:11 +0100
committerdanieltetraquark2024-02-21 20:27:11 +0100
commit7e5b1b6e1dc89d480e8114ced251d362de241cfb (patch)
tree20b81e16889840c96ee9cced9482d871d926f566
parent3957e18d337011b4e266216c5c9b3fb3ba5fd652 (diff)
downloadaur-7e5b1b6e1dc89d480e8114ced251d362de241cfb.tar.gz
update to 6.4.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d744f92ab64..a3d807be0b0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.4.4+240130
+ pkgver = 6.4.7+240219
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.4.4+240130.zip
- sha256sums = 90535ce3c8b251a5252c87ecb67a9fc1b9f0b41def808f9e55cec005bbb225ae
+ source = https://download.limesurvey.org/latest-master/limesurvey6.4.7+240219.zip
+ sha256sums = 03e97a33edd4d5ddc39edc6e700850a8c8e8d54ef66f54224686bdecccf5ab21
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index d0f537751244..40066929d250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-_pkgver="6.4.4"
-_pkgdate="240130"
+_pkgver="6.4.7"
+_pkgdate="240219"
_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=('90535ce3c8b251a5252c87ecb67a9fc1b9f0b41def808f9e55cec005bbb225ae')
+sha256sums=('03e97a33edd4d5ddc39edc6e700850a8c8e8d54ef66f54224686bdecccf5ab21')
optdepends=('apache: a supported application server'
'nginx: a supported application server'