summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-05-23 18:41:27 +0200
committerdanieltetraquark2023-05-23 18:41:27 +0200
commit49a25b77366947fd16969427f5854f7ab0b7e877 (patch)
tree11d8cf0175593c0fd08ec98110a3cc6fcbcd81a4
parent9490e67457d99e8e299ed8b815eb17f95bed34ad (diff)
downloadaur-49a25b77366947fd16969427f5854f7ab0b7e877.tar.gz
update to 6.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc94f0b73c77..8ee0fd523120 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.7+230515
+ pkgver = 6.1.0+230522
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.7+230515.zip
- sha256sums = 0d2435cfc342d2ea84146f4d780b524c9858100e39e31344d2176b1201148a16
+ source = https://download.limesurvey.org/latest-master/limesurvey6.1.0+230522.zip
+ sha256sums = 02f42279d67159aa230839d1014fcbd8ccfdcf4b7473cde33945df917091da38
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 02c9261aa1f4..94a1086a4efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.0.7+230515
+pkgver=6.1.0+230522
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=('0d2435cfc342d2ea84146f4d780b524c9858100e39e31344d2176b1201148a16')
+sha256sums=('02f42279d67159aa230839d1014fcbd8ccfdcf4b7473cde33945df917091da38')
optdepends=('apache: a supported application server'
'nginx: a supported application server'