summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-02-20 12:32:27 +0100
committerdanieltetraquark2023-02-20 12:32:27 +0100
commit2b6ecf7814c1e41d9b777819684017a1a9ea2876 (patch)
treea188677fb73c818fadcb63bd2f740cb5d0dc0e87
parentd64a0175067797dd12bee61d74540705f4ca058f (diff)
downloadaur-2b6ecf7814c1e41d9b777819684017a1a9ea2876.tar.gz
update to 5.6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c12bcc37a442..c75de12bb8fe 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.5+230214
+ pkgver = 5.6.7+230222
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.5+230214.zip
- sha256sums = e8efeb3263737d223395e6ef33cead9786afeec75ceab5c2a801faba01a22b3e
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey5.6.7+230222.zip
+ sha256sums = e9f67fe5d20b6b07be69db3c96e4aaad1c0e4793f9150d71188dcc3223432a41
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 3435e820ab32..db3a8dc7a3d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=5.6.5+230214
+pkgver=5.6.7+230222
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=('e8efeb3263737d223395e6ef33cead9786afeec75ceab5c2a801faba01a22b3e')
+sha256sums=('e9f67fe5d20b6b07be69db3c96e4aaad1c0e4793f9150d71188dcc3223432a41')
optdepends=('apache: a supported application server'
'nginx: a supported application server'