summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2022-05-19 14:17:32 +0200
committerdanieltetraquark2022-05-19 14:17:32 +0200
commit38698d755b0146db0fe8bdfd71b6e03a3e86ce5d (patch)
tree692382e91b7507c72969140732b3c8fa069fbf7d
parentffb6f4bf5f714bf36ded9d45b0b9008bb8441b8a (diff)
downloadaur-38698d755b0146db0fe8bdfd71b6e03a3e86ce5d.tar.gz
update to 5.3.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a41e5e927a4e..b658da5bc6bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 5.3.13+220509
+ pkgver = 5.3.14+220516
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.3.13+220509.zip
- sha256sums = 500059039ad2cbb48b2b8337e3f87804d86f3ca5cff18628c2648ac386a4a7fb
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.3.14+220516.zip
+ sha256sums = 3693ba779f65421d9029ee4d864f606c319f688d16361e36006f87721244b6dd
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index b5eb554c2975..069ce285c270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.3.13+220509
+pkgver=5.3.14+220516
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=('500059039ad2cbb48b2b8337e3f87804d86f3ca5cff18628c2648ac386a4a7fb')
+sha256sums=('3693ba779f65421d9029ee4d864f606c319f688d16361e36006f87721244b6dd')
optdepends=('apache: a supported application server'
'nginx: a supported application server'