summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-09-25 22:07:52 +0200
committerdanieltetraquark2023-09-25 22:07:52 +0200
commite22a37f82a7a16c3295dca559162d58dcfe9fe51 (patch)
tree9239184084f68f8ae74436fc1ec30261230104ce
parentac676dd66360c1f5734ab6d0b3e98e4003e9b2aa (diff)
downloadaur-e22a37f82a7a16c3295dca559162d58dcfe9fe51.tar.gz
update to 6.2.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 188999c64e50..bdf2af2e85aa 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.8+230921
+ pkgver = 6.2.9+230925
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.8+230921.zip
- sha256sums = 5d7c520ac58e6025ac0273147270232206207addb4b2335713edbcba57bc0eec
+ source = https://download.limesurvey.org/latest-master/limesurvey6.2.9+230925.zip
+ sha256sums = f938af29cfa3ea0c424fb7bdce03bac0ff6aa8bb09e0d34dbf6c768b21db9542
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 2a4cdf52ed8d..43b03c84575b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.2.8+230921
+pkgver=6.2.9+230925
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=('5d7c520ac58e6025ac0273147270232206207addb4b2335713edbcba57bc0eec')
+sha256sums=('f938af29cfa3ea0c424fb7bdce03bac0ff6aa8bb09e0d34dbf6c768b21db9542')
optdepends=('apache: a supported application server'
'nginx: a supported application server'