summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-02-01 12:26:44 +0100
committerdanieltetraquark2023-02-01 12:26:44 +0100
commite322933a459819ce71bc99e831b8893aa8f7101c (patch)
tree2e3d463145bed1d860a724cbbb304fa8a002fb93
parent37fc7e4aaeb05ff6daa4a8ac26f4dca7e4c573bf (diff)
downloadaur-e322933a459819ce71bc99e831b8893aa8f7101c.tar.gz
update to 5.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb8f9c86104e..1f73ef55f980 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.2+230125
+ pkgver = 5.6.3+230130
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.2+230125.zip
- sha256sums = 0a3ffc91d81e49d313f845f2ab89aedc265e1d9289f6d134c31976ccf14293ba
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.6.3+230130.zip
+ sha256sums = 2da1e8f2ae9a7bc6d09213f3f1f2dda1226e1d6bbf86090f4ac3f7b4130a4446
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 13c09f5e76d3..2bb622fa19cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.6.2+230125
+pkgver=5.6.3+230130
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=('0a3ffc91d81e49d313f845f2ab89aedc265e1d9289f6d134c31976ccf14293ba')
+sha256sums=('2da1e8f2ae9a7bc6d09213f3f1f2dda1226e1d6bbf86090f4ac3f7b4130a4446')
optdepends=('apache: a supported application server'
'nginx: a supported application server'