summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2019-09-02 15:11:10 +0200
committerdadosch2019-09-02 15:11:10 +0200
commite9e8f3766fbcef4d749bf8150ae553148015aa1f (patch)
treed87b1a49d496a80b1c7469d84c4dacfdbb33d522
parentdd3141d5a21c2dfb422fa4aca48e123b8078f9bf (diff)
downloadaur-e9e8f3766fbcef4d749bf8150ae553148015aa1f.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 ad4a0aa12d31..838c38c7fe97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 3.17.9+190731
+ pkgver = 3.17.13+190824
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.17.9+190731.zip
- sha256sums = 8073ca68dd37192049144d931470c496a8cd7385fce65a1818d85e4432248c91
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.17.13+190824.zip
+ sha256sums = b898e4c980888a9808859432719e2d176b7a0e1c72c366552308d52b930f55c4
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 6b6b9f9d36e2..aa5584aaa251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.17.9+190731
+pkgver=3.17.13+190824
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=('8073ca68dd37192049144d931470c496a8cd7385fce65a1818d85e4432248c91')
+sha256sums=('b898e4c980888a9808859432719e2d176b7a0e1c72c366552308d52b930f55c4')
optdepends=('apache: a supported application server'
'nginx: a supported application server'