summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2019-07-16 13:36:58 +0200
committerdadosch2019-07-16 13:36:58 +0200
commitd141372e290f986e83dbc37e9d6467e79733db11 (patch)
tree2b40433f6fc03234ef37fe54f410864d5447d908
parent01f44b7a16b64f11e6a3ef6640bcf3d0a8dc7c2f (diff)
downloadaur-d141372e290f986e83dbc37e9d6467e79733db11.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3462e1a8ad18..7561b601815f 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.5+190604
+ pkgver = 3.17.7+190627
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.5+190604.zip
- sha256sums = 461cf9cad07ed4d96c6a843843f3f28a9e82c4207902e097ecf0f04199ab1b17
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.17.7+190627.zip
+ sha256sums = eeaaa69bbd12df435b173703c93d80090cfeb19ed5154c57e780bb5f5adb7c29
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 946884f859a5..e4c7e4d24335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.17.5+190604
+pkgver=3.17.7+190627
pkgrel=1
pkgdesc="The most popular FOSS online survey tool on the web."
depends=('php')
@@ -12,9 +12,7 @@ url="https://www.limesurvey.org"
source=(
https://download.limesurvey.org/latest-stable-release/limesurvey${pkgver}.zip
)
-sha256sums=(
-'461cf9cad07ed4d96c6a843843f3f28a9e82c4207902e097ecf0f04199ab1b17'
-)
+sha256sums=('eeaaa69bbd12df435b173703c93d80090cfeb19ed5154c57e780bb5f5adb7c29')
optdepends=('apache: a supported application server'
'nginx: a supported application server'