summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-05-03 21:40:06 +0200
committerdanieltetraquark2023-05-03 21:40:06 +0200
commitf20e993e3fc87cba54f4a7bb674aadadec89cf9d (patch)
treed05d7b0ddc91b8a3fb237989ec7e1f105b64cefb
parentbed6e7724dbd35b4d30a5d1a1019975d28bd4cf0 (diff)
downloadaur-f20e993e3fc87cba54f4a7bb674aadadec89cf9d.tar.gz
update to 6.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd9d389c51b4..1ed3e27bd387 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.4+230427
+ pkgver = 6.0.5+230502
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.4+230427.zip
- sha256sums = ccac5691b31795e9dec6cfd6c06270955f40d483529a8dde614ba3413cf46399
+ source = https://download.limesurvey.org/latest-master/limesurvey6.0.5+230502.zip
+ sha256sums = a0e033187ade08be3e0096ff91a32b4396dab310e65c4001da8a612d371d081a
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 931740c0e62f..bfd5f6a7ef00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.0.4+230427
+pkgver=6.0.5+230502
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=('ccac5691b31795e9dec6cfd6c06270955f40d483529a8dde614ba3413cf46399')
+sha256sums=('a0e033187ade08be3e0096ff91a32b4396dab310e65c4001da8a612d371d081a')
optdepends=('apache: a supported application server'
'nginx: a supported application server'