summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2020-01-08 23:22:37 +0100
committerdadosch2020-01-08 23:22:37 +0100
commited91e45f9b12bf847fed6d8ee2e7a1a6261263a6 (patch)
tree1bdea4d21261491e3b188d17f682a7bfa2bf9375
parent643a05aced814683bf5d6b786172ba902c4519c3 (diff)
downloadaur-ed91e45f9b12bf847fed6d8ee2e7a1a6261263a6.tar.gz
happy 2020 :) update to 200108
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33849fc37c0a..410e6fd8e33e 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.3+191219
+ pkgver = 3.21.4+200108
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.3+191219.zip
- sha256sums = c6fa14d82407b792cde1f7657dbbdfc3f3c2473ddefd5de03a637db36717c480
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.21.4+200108.zip
+ sha256sums = 04a404c1522ac8752aba22ad0a14cb046530e3d5065021c892ddadce05835526
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 451ba28709ff..cdc21198dc1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.21.3+191219
+pkgver=3.21.4+200108
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=('c6fa14d82407b792cde1f7657dbbdfc3f3c2473ddefd5de03a637db36717c480')
+sha256sums=('04a404c1522ac8752aba22ad0a14cb046530e3d5065021c892ddadce05835526')
optdepends=('apache: a supported application server'
'nginx: a supported application server'