summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-08-24 18:03:56 +0200
committerdanieltetraquark2023-08-24 18:03:56 +0200
commitba62b3becd7450db65fc34391fabb49c58449b53 (patch)
tree331d01ef04423fe9d8a55e68f148b93359385b49
parentc6929eedb9038d8d867ac8d4af237ae8331776ce (diff)
downloadaur-ba62b3becd7450db65fc34391fabb49c58449b53.tar.gz
update to 6.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2704aa0fd588..b54e39b2f39f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.2.2+230814
+ pkgver = 6.2.4+230825
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.2.2+230814.zip
- sha256sums = 0b70fe20fc5ce164cf2f143b6da04a00ee7d488a367270b0711d1bee1d84d8da
+ source = https://download.limesurvey.org/latest-master/limesurvey6.2.4+230825.zip
+ sha256sums = f63a3194a60a91240d244796cc9b9f6320fee7cc59622c74c3c427cd1e3af4e8
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 69c67312e1c4..39adba165c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.2.2+230814
+pkgver=6.2.4+230825
pkgrel=1
pkgdesc="The most popular FOSS online survey tool on the web."
depends=('php')
@@ -12,7 +12,7 @@ url="https://www.limesurvey.org"
source=(
https://download.limesurvey.org/latest-master/limesurvey${pkgver}.zip
)
-sha256sums=('0b70fe20fc5ce164cf2f143b6da04a00ee7d488a367270b0711d1bee1d84d8da')
+sha256sums=('f63a3194a60a91240d244796cc9b9f6320fee7cc59622c74c3c427cd1e3af4e8')
optdepends=('apache: a supported application server'
'nginx: a supported application server'