summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2019-09-18 20:43:01 +0200
committerdadosch2019-09-18 20:43:01 +0200
commitdbfa5b7cc27d143645f258ea48c3606b28386eff (patch)
treefd6ded3e123322f31a407ff542bdc9e861cfb72d
parent1640ab26d42194bf2618f33a7ee42ade0f332c9c (diff)
downloadaur-dbfa5b7cc27d143645f258ea48c3606b28386eff.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 2c60dbd63949..3d913a75a507 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.16+190906
+ pkgver = 3.17.17+190918
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.16+190906.zip
- sha256sums = 27b808ad8fc255db88037ae0e414e3f97e4ab64dbc6488afe453329109adbd21
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.17.17+190918.zip
+ sha256sums = c552f37f0a5f019b456b9145e1f8d607ecddff122c7debfe80c40bb0b9b6e39c
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index b6dee74ba2be..5f58069690dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.17.16+190906
+pkgver=3.17.17+190918
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=('27b808ad8fc255db88037ae0e414e3f97e4ab64dbc6488afe453329109adbd21')
+sha256sums=('c552f37f0a5f019b456b9145e1f8d607ecddff122c7debfe80c40bb0b9b6e39c')
optdepends=('apache: a supported application server'
'nginx: a supported application server'