summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2019-11-16 12:45:48 +0100
committerdadosch2019-11-16 12:45:48 +0100
commitdb0f5c301bc5671dbc325d32a7922ba5cf75c5f1 (patch)
tree06251b2b3be723864e6fad2c1bec63fbddeb1736
parent1859c61ccc92dc4b924ff6dcc46a6f2aa4188278 (diff)
downloadaur-db0f5c301bc5671dbc325d32a7922ba5cf75c5f1.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 7cb621b290dc..865db5a3bb1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 3.20.0+191112
+ pkgver = 3.20.1+191114
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.20.0+191112.zip
- sha256sums = 7620db2d125956389cd9d82a37f318e94b3dbb09416caeaac89c0357f2b66078
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.20.1+191114.zip
+ sha256sums = 1d8b4f3b75ccad53872feecdd30f3f7283466bf66fc18a13425de6a8852b1712
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index be0295bc3c24..5f3115e12159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.20.0+191112
+pkgver=3.20.1+191114
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=('7620db2d125956389cd9d82a37f318e94b3dbb09416caeaac89c0357f2b66078')
+sha256sums=('1d8b4f3b75ccad53872feecdd30f3f7283466bf66fc18a13425de6a8852b1712')
optdepends=('apache: a supported application server'
'nginx: a supported application server'