summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-06-14 00:56:15 +0200
committerdanieltetraquark2023-06-14 00:56:15 +0200
commit2c07fe76d602234e7266432eaffa53f187112281 (patch)
tree9a2eb6d2e52b86dc0586ee426aecad384edcb299
parentbf0dfd7b6cbe18bd599daa4f5f59d5f5de92bc6b (diff)
downloadaur-2c07fe76d602234e7266432eaffa53f187112281.tar.gz
update to 6.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 510f283b8ef5..b8f028a928ed 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.2+230606
+ pkgver = 6.1.3+230612
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.2+230606.zip
- sha256sums = 0143d48195a917e9c715cf1c0813f44c74618b83bcd62ffc2f0dd2ecc61788a0
+ source = https://download.limesurvey.org/latest-master/limesurvey6.1.3+230612.zip
+ sha256sums = aaae776fd4e0a90016e7506085c93acc39d6133c01f3d816f94163c3888604fd
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 9978a57c366a..ec737c511687 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.1.2+230606
+pkgver=6.1.3+230612
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=('0143d48195a917e9c715cf1c0813f44c74618b83bcd62ffc2f0dd2ecc61788a0')
+sha256sums=('aaae776fd4e0a90016e7506085c93acc39d6133c01f3d816f94163c3888604fd')
optdepends=('apache: a supported application server'
'nginx: a supported application server'