summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-08-15 16:09:45 +0200
committerdanieltetraquark2023-08-15 16:09:45 +0200
commitc6929eedb9038d8d867ac8d4af237ae8331776ce (patch)
tree0e3a7bbd9b8008f09b26178be8a9fd8f21f731de
parentf3daa64ff088340b1814e0eb657858bcbd2c8721 (diff)
downloadaur-c6929eedb9038d8d867ac8d4af237ae8331776ce.tar.gz
update to 6.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbce170c2f22..2704aa0fd588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 6.2.1+230807
+ pkgver = 6.2.2+230814
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.2.1+230807.zip
- sha256sums = 447bf13abcb16720d265c2dcc0cbe4d07ec8fe175d1a9e47c980602662e3ee49
+ source = https://download.limesurvey.org/latest-master/limesurvey6.2.2+230814.zip
+ sha256sums = 0b70fe20fc5ce164cf2f143b6da04a00ee7d488a367270b0711d1bee1d84d8da
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 9279c49afea7..69c67312e1c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.2.1+230807
+pkgver=6.2.2+230814
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=('447bf13abcb16720d265c2dcc0cbe4d07ec8fe175d1a9e47c980602662e3ee49')
+sha256sums=('0b70fe20fc5ce164cf2f143b6da04a00ee7d488a367270b0711d1bee1d84d8da')
optdepends=('apache: a supported application server'
'nginx: a supported application server'