summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2024-01-17 20:29:08 +0100
committerdanieltetraquark2024-01-17 20:29:08 +0100
commite1df89a4458b9e2fad3da275921ba383fddca22b (patch)
tree1312180e6063f63f79774795add96e1183909012
parentac74e9dbf8890d00a589281fe74a85ac38ef7b4f (diff)
downloadaur-e1df89a4458b9e2fad3da275921ba383fddca22b.tar.gz
update to 6.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45433c8b5056..fd0f8a7a93b6 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.1+240108
+ pkgver = 6.4.2+240115
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.1+240108.zip
- sha256sums = da3be1a258a72ab7de5d30b64d9eaa3f29678feb1e05d0c3ce79477b517d94e9
+ source = https://download.limesurvey.org/latest-master/limesurvey6.4.2+240115.zip
+ sha256sums = 49cf7799ddce27b8f1eb133e841a25d7cffb114032da8b50695151cdbc8e2943
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 04fc25844adc..399574cd234b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-_pkgver="6.4.1"
-_pkgdate="240108"
+_pkgver="6.4.2"
+_pkgdate="240115"
_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=('da3be1a258a72ab7de5d30b64d9eaa3f29678feb1e05d0c3ce79477b517d94e9')
+sha256sums=('49cf7799ddce27b8f1eb133e841a25d7cffb114032da8b50695151cdbc8e2943')
optdepends=('apache: a supported application server'
'nginx: a supported application server'