summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel2019-11-11 21:01:31 +0100
committerdaniel2019-11-11 21:01:31 +0100
commit1859c61ccc92dc4b924ff6dcc46a6f2aa4188278 (patch)
treec0777438be359b9993bca01b0b565e452fd8e0ae
parent38db5c45305c224752de5adbc624e6ea3d69382b (diff)
downloadaur-1859c61ccc92dc4b924ff6dcc46a6f2aa4188278.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 17382b922985..7cb621b290dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 3.19.3+191023
+ pkgver = 3.20.0+191112
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.19.3+191023.zip
- sha256sums = c3933d3fe823676dea98699dd0f169c03599dd0ed1f8d769e963e0092aa4092b
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.20.0+191112.zip
+ sha256sums = 7620db2d125956389cd9d82a37f318e94b3dbb09416caeaac89c0357f2b66078
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index bd5f9a291559..be0295bc3c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.19.3+191023
+pkgver=3.20.0+191112
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=('c3933d3fe823676dea98699dd0f169c03599dd0ed1f8d769e963e0092aa4092b')
+sha256sums=('7620db2d125956389cd9d82a37f318e94b3dbb09416caeaac89c0357f2b66078')
optdepends=('apache: a supported application server'
'nginx: a supported application server'