summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2019-12-19 23:13:35 +0100
committerdadosch2019-12-19 23:13:35 +0100
commit643a05aced814683bf5d6b786172ba902c4519c3 (patch)
tree6a69f6b3faf4b3fd7c6e1daff61fdcb26898b91e
parentcf37fc3061df5836a66d9b18341b2fbc554f422a (diff)
downloadaur-643a05aced814683bf5d6b786172ba902c4519c3.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edbcf6e3a9df..33849fc37c0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 3.21.2+191216
+ pkgver = 3.21.3+191219
pkgrel = 1
url = https://www.limesurvey.org
arch = any
@@ -13,8 +13,8 @@ pkgbase = limesurvey
optdepends = postgresql: PostgreSQL database support
optdepends = php-imap: email bounce tracking system
backup = etc/webapps/limesurvey/config.php
- source = https://download.limesurvey.org/latest-stable-release/limesurvey3.21.2+191216.zip
- sha256sums = 2e89f22c4a743f18124cce970e149d5d1bfa20fa3e6bcf680e21ade889bc8cf2
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.21.3+191219.zip
+ sha256sums = c6fa14d82407b792cde1f7657dbbdfc3f3c2473ddefd5de03a637db36717c480
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 121458afc470..451ba28709ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.21.2+191216
+pkgver=3.21.3+191219
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=('2e89f22c4a743f18124cce970e149d5d1bfa20fa3e6bcf680e21ade889bc8cf2')
+sha256sums=('c6fa14d82407b792cde1f7657dbbdfc3f3c2473ddefd5de03a637db36717c480')
optdepends=('apache: a supported application server'
'nginx: a supported application server'