summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-09-23 17:37:11 +0200
committerdanieltetraquark2023-09-23 17:37:11 +0200
commitac676dd66360c1f5734ab6d0b3e98e4003e9b2aa (patch)
treed5023c1aec30a8596493637f2b2184a92e602b89
parent2469ccd33aebd69ab5e89eb5e2f1288efaba4101 (diff)
downloadaur-ac676dd66360c1f5734ab6d0b3e98e4003e9b2aa.tar.gz
update to 6.2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 809a0b4776e9..188999c64e50 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.7+230918
+ pkgver = 6.2.8+230921
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.7+230918.zip
- sha256sums = ca2f5cdd76aa9e1382ed3763a9f5bbe52bee60979ba932d2cfd2cab6004bd67a
+ source = https://download.limesurvey.org/latest-master/limesurvey6.2.8+230921.zip
+ sha256sums = 5d7c520ac58e6025ac0273147270232206207addb4b2335713edbcba57bc0eec
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 5d4ca6a85bbe..2a4cdf52ed8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.2.7+230918
+pkgver=6.2.8+230921
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=('ca2f5cdd76aa9e1382ed3763a9f5bbe52bee60979ba932d2cfd2cab6004bd67a')
+sha256sums=('5d7c520ac58e6025ac0273147270232206207addb4b2335713edbcba57bc0eec')
optdepends=('apache: a supported application server'
'nginx: a supported application server'