summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-05-16 22:11:49 +0200
committerdanieltetraquark2023-05-16 22:11:49 +0200
commit9490e67457d99e8e299ed8b815eb17f95bed34ad (patch)
tree143dd3513832353cd00ea1a1b65c5fa110c36f5b
parent10686428162e569f677b4d2435cfbda2e27e4476 (diff)
downloadaur-9490e67457d99e8e299ed8b815eb17f95bed34ad.tar.gz
update to 6.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57299ee48c6f..cc94f0b73c77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.0.6+230508
+ pkgver = 6.0.7+230515
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.0.6+230508.zip
- sha256sums = 58d1567365a67ae7c0f361f120700320329690a127af69ddf3b6087e042963b1
+ source = https://download.limesurvey.org/latest-master/limesurvey6.0.7+230515.zip
+ sha256sums = 0d2435cfc342d2ea84146f4d780b524c9858100e39e31344d2176b1201148a16
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 3f083ea6a5db..02c9261aa1f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.0.6+230508
+pkgver=6.0.7+230515
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=('58d1567365a67ae7c0f361f120700320329690a127af69ddf3b6087e042963b1')
+sha256sums=('0d2435cfc342d2ea84146f4d780b524c9858100e39e31344d2176b1201148a16')
optdepends=('apache: a supported application server'
'nginx: a supported application server'