summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 171a47016c4b..77dca3db4600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 5.4.13+221128
+ pkgver = 5.4.14+221205
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-stable-release/limesurvey5.4.13+221128.zip
- sha256sums = 255d3117d3608eab89133149911d4bcaa6bc719349bc60f18ea894f3f0ed01fd
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.4.14+221205.zip
+ sha256sums = fd7e5e3024c485280bb5d2cbbb03ecc89d165785bbe6a84162afb534038d56f9
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index f927b3b72a7d..f0a2d3d242d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.4.13+221128
+pkgver=5.4.14+221205
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-stable-release/limesurvey${pkgver}.zip
)
-sha256sums=('255d3117d3608eab89133149911d4bcaa6bc719349bc60f18ea894f3f0ed01fd')
+sha256sums=('fd7e5e3024c485280bb5d2cbbb03ecc89d165785bbe6a84162afb534038d56f9')
optdepends=('apache: a supported application server'
'nginx: a supported application server'