summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-03-28 12:49:11 +0200
committerdanieltetraquark2023-03-28 12:49:11 +0200
commit5da8e4890666892a2db37b864de6f72b0396084e (patch)
treec8bdc6860073c0a66dba9e30d5252381da480f9b
parent3e05ffb800cb75d0dbec2001ce7ca10295da213b (diff)
downloadaur-5da8e4890666892a2db37b864de6f72b0396084e.tar.gz
update to 5.6.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c2f7af5a492..b745324cce46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 5.6.11+230320
+ pkgver = 5.6.13+230327
pkgrel = 1
url = https://www.limesurvey.org
arch = any
@@ -15,7 +15,7 @@ pkgbase = limesurvey
optdepends = php-gd: for CAPTCHAs and graphs
optdepends = php-sodium: for data encryption
backup = etc/webapps/limesurvey/config.php
- source = https://download.limesurvey.org/latest-stable-release/limesurvey5.6.11+230320.zip
- sha256sums = ae83fc1554da676f9913dd7764ad58c7e8297f644a3bbe9f9657391dfaf06466
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.6.13+230327.zip
+ sha256sums = d7c9260f857b9452ea6ef1f482b7995144c4e99ab70ea14b322d99c2d4d6addd
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 2606932d50a1..f2d62afe5e8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.6.11+230320
+pkgver=5.6.13+230327
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=('ae83fc1554da676f9913dd7764ad58c7e8297f644a3bbe9f9657391dfaf06466')
+sha256sums=('d7c9260f857b9452ea6ef1f482b7995144c4e99ab70ea14b322d99c2d4d6addd')
optdepends=('apache: a supported application server'
'nginx: a supported application server'