summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-11-11 17:49:05 +0100
committerdanieltetraquark2023-11-11 17:49:05 +0100
commit8bb38fdd72c85f7edb9ef3a5a9ecb4a4c01cd63a (patch)
tree5619da91b1d685df1597752a68f860ded6c9d120
parent5b1d67ee6bbeeadab1bf91b400cfa887de2a01de (diff)
downloadaur-8bb38fdd72c85f7edb9ef3a5a9ecb4a4c01cd63a.tar.gz
update to 6.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 381b0a121a64..0e74d455b306 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.2+231031
+ pkgver = 6.3.4+231108
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.2+231031.zip
- sha256sums = 6eadf19c0ff724accd19897aa948d88afdd4b244f2d6ccccfa06115434f72266
+ source = https://download.limesurvey.org/latest-master/limesurvey6.3.4+231108.zip
+ sha256sums = 3e6b9447f3d3910896c50705fe98ef8f86cfe59de80c714d5600ab74c0092b3a
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index fe0907b9d570..79f2b7f258b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.3.2+231031
+pkgver=6.3.4+231108
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=('6eadf19c0ff724accd19897aa948d88afdd4b244f2d6ccccfa06115434f72266')
+sha256sums=('3e6b9447f3d3910896c50705fe98ef8f86cfe59de80c714d5600ab74c0092b3a')
optdepends=('apache: a supported application server'
'nginx: a supported application server'