summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-02-07 10:47:43 +0100
committerdanieltetraquark2023-02-07 10:47:43 +0100
commit8c80645e3f84cc0397bd21134f3da70c62d5a0b0 (patch)
tree8ea015e3176aa41cb8f29f694507b45867a53c33
parente322933a459819ce71bc99e831b8893aa8f7101c (diff)
downloadaur-8c80645e3f84cc0397bd21134f3da70c62d5a0b0.tar.gz
update to 5.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f73ef55f980..fb7c20eff25f 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.3+230130
+ pkgver = 5.6.4+230206
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.3+230130.zip
- sha256sums = 2da1e8f2ae9a7bc6d09213f3f1f2dda1226e1d6bbf86090f4ac3f7b4130a4446
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.6.4+230206.zip
+ sha256sums = b73ee19615533ccb7132c4f798feed2af5c1c8846191c5a58f151aeadb924066
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 2bb622fa19cf..f8a7c620aa93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.6.3+230130
+pkgver=5.6.4+230206
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=('2da1e8f2ae9a7bc6d09213f3f1f2dda1226e1d6bbf86090f4ac3f7b4130a4446')
+sha256sums=('b73ee19615533ccb7132c4f798feed2af5c1c8846191c5a58f151aeadb924066')
optdepends=('apache: a supported application server'
'nginx: a supported application server'