summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-05-09 12:02:05 +0200
committerdanieltetraquark2023-05-09 12:02:05 +0200
commit10686428162e569f677b4d2435cfbda2e27e4476 (patch)
treec445f4afb469f314e01a78596a04d099f35b8f2e
parentf20e993e3fc87cba54f4a7bb674aadadec89cf9d (diff)
downloadaur-10686428162e569f677b4d2435cfbda2e27e4476.tar.gz
update to 6.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ed3e27bd387..57299ee48c6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.0.5+230502
+ pkgver = 6.0.6+230508
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.0.5+230502.zip
- sha256sums = a0e033187ade08be3e0096ff91a32b4396dab310e65c4001da8a612d371d081a
+ source = https://download.limesurvey.org/latest-master/limesurvey6.0.6+230508.zip
+ sha256sums = 58d1567365a67ae7c0f361f120700320329690a127af69ddf3b6087e042963b1
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index bfd5f6a7ef00..3f083ea6a5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.0.5+230502
+pkgver=6.0.6+230508
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=('a0e033187ade08be3e0096ff91a32b4396dab310e65c4001da8a612d371d081a')
+sha256sums=('58d1567365a67ae7c0f361f120700320329690a127af69ddf3b6087e042963b1')
optdepends=('apache: a supported application server'
'nginx: a supported application server'