summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-06-29 02:33:25 +0200
committerdanieltetraquark2023-06-29 02:33:25 +0200
commitcc0966c457bac4d722550ce1aca49037cabcc829 (patch)
tree4163baa1b0edb97a556a3df5adde592fce48a66e
parent2c07fe76d602234e7266432eaffa53f187112281 (diff)
downloadaur-cc0966c457bac4d722550ce1aca49037cabcc829.tar.gz
update to 6.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8f028a928ed..2d1869224cd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.1.3+230612
+ pkgver = 6.1.5+230626
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-master/limesurvey6.1.3+230612.zip
- sha256sums = aaae776fd4e0a90016e7506085c93acc39d6133c01f3d816f94163c3888604fd
+ source = https://download.limesurvey.org/latest-master/limesurvey6.1.5+230626.zip
+ sha256sums = 71c75b1c346dcbc43555eb1c3c2f79482dd06b97cb169968dc7d5c3760368cbb
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index ec737c511687..8b65e19e6319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.1.3+230612
+pkgver=6.1.5+230626
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-master/limesurvey${pkgver}.zip
)
-sha256sums=('aaae776fd4e0a90016e7506085c93acc39d6133c01f3d816f94163c3888604fd')
+sha256sums=('71c75b1c346dcbc43555eb1c3c2f79482dd06b97cb169968dc7d5c3760368cbb')
optdepends=('apache: a supported application server'
'nginx: a supported application server'