summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd0f8a7a93b6..1d744f92ab64 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.2+240115
+ pkgver = 6.4.4+240130
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.2+240115.zip
- sha256sums = 49cf7799ddce27b8f1eb133e841a25d7cffb114032da8b50695151cdbc8e2943
+ source = https://download.limesurvey.org/latest-master/limesurvey6.4.4+240130.zip
+ sha256sums = 90535ce3c8b251a5252c87ecb67a9fc1b9f0b41def808f9e55cec005bbb225ae
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 399574cd234b..d0f537751244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-_pkgver="6.4.2"
-_pkgdate="240115"
+_pkgver="6.4.4"
+_pkgdate="240130"
_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=('49cf7799ddce27b8f1eb133e841a25d7cffb114032da8b50695151cdbc8e2943')
+sha256sums=('90535ce3c8b251a5252c87ecb67a9fc1b9f0b41def808f9e55cec005bbb225ae')
optdepends=('apache: a supported application server'
'nginx: a supported application server'