summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-05-31 00:44:53 +0200
committerdanieltetraquark2023-05-31 00:44:53 +0200
commit04c893b2d78527a197d34fc1305f25c401859883 (patch)
tree6c475ab275301c7b8eb98b8ce114c58b06527a25
parent49a25b77366947fd16969427f5854f7ab0b7e877 (diff)
downloadaur-04c893b2d78527a197d34fc1305f25c401859883.tar.gz
update to 6.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ee0fd523120..d55d51270cc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.1.0+230522
+ pkgver = 6.1.1+230530
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.1.0+230522.zip
- sha256sums = 02f42279d67159aa230839d1014fcbd8ccfdcf4b7473cde33945df917091da38
+ source = https://download.limesurvey.org/latest-master/limesurvey6.1.1+230530.zip
+ sha256sums = 25d183211c7732622050b6e7513a13f4342baf77f0d4ad900d47f656f72c3c90
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 94a1086a4efc..f73033896bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.1.0+230522
+pkgver=6.1.1+230530
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=('02f42279d67159aa230839d1014fcbd8ccfdcf4b7473cde33945df917091da38')
+sha256sums=('25d183211c7732622050b6e7513a13f4342baf77f0d4ad900d47f656f72c3c90')
optdepends=('apache: a supported application server'
'nginx: a supported application server'