summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-10-23 12:31:24 +0200
committerdanieltetraquark2023-10-23 12:31:24 +0200
commitbbda3c9e5bebd8755771d47cea11b3ad821dc230 (patch)
treed4d6d36ada0510595cec58423c8538196b1935f8
parent363514e755612db846f9d219a8e0f56a0b7b2b35 (diff)
downloadaur-bbda3c9e5bebd8755771d47cea11b3ad821dc230.tar.gz
update to 6.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7e40f5af5ba..07c60aa612c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.3.0+231016
+ pkgver = 6.3.1+231023
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.3.0+231016.zip
- sha256sums = 5310ed1e15125203374f5a9605a2e26756f5e8416445c4a4db6a19793da2af68
+ source = https://download.limesurvey.org/latest-master/limesurvey6.3.1+231023.zip
+ sha256sums = 928c821fc0e02449004ba21a7b1f5ac9a87812141957fbc1853736f422205ab1
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 82f54ab187c6..b09583139c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.3.0+231016
+pkgver=6.3.1+231023
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=('5310ed1e15125203374f5a9605a2e26756f5e8416445c4a4db6a19793da2af68')
+sha256sums=('928c821fc0e02449004ba21a7b1f5ac9a87812141957fbc1853736f422205ab1')
optdepends=('apache: a supported application server'
'nginx: a supported application server'