summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-09-19 20:43:48 +0200
committerdanieltetraquark2023-09-19 20:43:48 +0200
commit2469ccd33aebd69ab5e89eb5e2f1288efaba4101 (patch)
treea01866c318c1e90e3fb162728a9cf8bd614263e7
parent39c5d65e8f69f7e2abe6c9d50fe3299cc129b160 (diff)
downloadaur-2469ccd33aebd69ab5e89eb5e2f1288efaba4101.tar.gz
update to 6.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ad262d8a165..809a0b4776e9 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.5+230828
+ pkgver = 6.2.7+230918
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.5+230828.zip
- sha256sums = dc5c7f1251a7d802fcdd6c2409e83841a822bdb08c7890f3f608f8d269c1c713
+ source = https://download.limesurvey.org/latest-master/limesurvey6.2.7+230918.zip
+ sha256sums = ca2f5cdd76aa9e1382ed3763a9f5bbe52bee60979ba932d2cfd2cab6004bd67a
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 3d6cd82412da..5d4ca6a85bbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.2.5+230828
+pkgver=6.2.7+230918
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=('dc5c7f1251a7d802fcdd6c2409e83841a822bdb08c7890f3f608f8d269c1c713')
+sha256sums=('ca2f5cdd76aa9e1382ed3763a9f5bbe52bee60979ba932d2cfd2cab6004bd67a')
optdepends=('apache: a supported application server'
'nginx: a supported application server'