summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-07-03 17:44:20 +0200
committerdanieltetraquark2023-07-03 17:44:20 +0200
commit7677422e27ae6c97da16d675515b85fa75b92539 (patch)
tree2620046e953cba6e33c7d5c996a7ff61f5c6ed0b
parentcc0966c457bac4d722550ce1aca49037cabcc829 (diff)
downloadaur-7677422e27ae6c97da16d675515b85fa75b92539.tar.gz
update to 6.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d1869224cd7..b11e3a66b3d1 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.5+230626
+ pkgver = 6.1.6+230703
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.5+230626.zip
- sha256sums = 71c75b1c346dcbc43555eb1c3c2f79482dd06b97cb169968dc7d5c3760368cbb
+ source = https://download.limesurvey.org/latest-master/limesurvey6.1.6+230703.zip
+ sha256sums = 77c100a88cae011fb2e8673063a349fc76d72042d69bf79d5051632d8025ea4c
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 8b65e19e6319..b89f19c9df6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.1.5+230626
+pkgver=6.1.6+230703
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=('71c75b1c346dcbc43555eb1c3c2f79482dd06b97cb169968dc7d5c3760368cbb')
+sha256sums=('77c100a88cae011fb2e8673063a349fc76d72042d69bf79d5051632d8025ea4c')
optdepends=('apache: a supported application server'
'nginx: a supported application server'