summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-10-09 10:51:34 +0200
committerdanieltetraquark2023-10-09 10:51:34 +0200
commit91938a46fdc47c3407c6bdc99ef5bcf1fc989e4a (patch)
tree291ae2c255ab4f27e4d476bc67d70c394bedd474
parente22a37f82a7a16c3295dca559162d58dcfe9fe51 (diff)
downloadaur-91938a46fdc47c3407c6bdc99ef5bcf1fc989e4a.tar.gz
6.2.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdf2af2e85aa..ea4d29b6d8b3 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.9+230925
+ pkgver = 6.2.11+231007
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.9+230925.zip
- sha256sums = f938af29cfa3ea0c424fb7bdce03bac0ff6aa8bb09e0d34dbf6c768b21db9542
+ source = https://download.limesurvey.org/latest-master/limesurvey6.2.11+231007.zip
+ sha256sums = 529f3d6b61ac21a2e19c710050257d455045f8830e1bfd15a03c82d4abe9ead3
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 43b03c84575b..cbd5da73628d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.2.9+230925
+pkgver=6.2.11+231007
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=('f938af29cfa3ea0c424fb7bdce03bac0ff6aa8bb09e0d34dbf6c768b21db9542')
+sha256sums=('529f3d6b61ac21a2e19c710050257d455045f8830e1bfd15a03c82d4abe9ead3')
optdepends=('apache: a supported application server'
'nginx: a supported application server'