summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-02-28 09:45:51 +0100
committerdanieltetraquark2023-02-28 09:45:51 +0100
commitd792f467ec2cf386db66592e8a3bff81584bd3b2 (patch)
tree5865ba9bf324982eaa42dc2acbd1db82eae10539
parent2b6ecf7814c1e41d9b777819684017a1a9ea2876 (diff)
downloadaur-d792f467ec2cf386db66592e8a3bff81584bd3b2.tar.gz
update to 5.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75de12bb8fe..17a9fe5e8c54 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.7+230222
+ pkgver = 5.6.8+230227
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.7+230222.zip
- sha256sums = e9f67fe5d20b6b07be69db3c96e4aaad1c0e4793f9150d71188dcc3223432a41
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.6.8+230227.zip
+ sha256sums = be28b93a7190a5813a2203b3c5347faa3ef622ef9de3d281fa6acda670e29cf0
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index db3a8dc7a3d6..3e56ff5da0ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.6.7+230222
+pkgver=5.6.8+230227
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=('e9f67fe5d20b6b07be69db3c96e4aaad1c0e4793f9150d71188dcc3223432a41')
+sha256sums=('be28b93a7190a5813a2203b3c5347faa3ef622ef9de3d281fa6acda670e29cf0')
optdepends=('apache: a supported application server'
'nginx: a supported application server'