summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-08-29 02:30:14 +0200
committerdanieltetraquark2023-08-29 02:30:14 +0200
commit39c5d65e8f69f7e2abe6c9d50fe3299cc129b160 (patch)
tree73b637abd2058e2b542ebbcdd604daa055634a80
parentba62b3becd7450db65fc34391fabb49c58449b53 (diff)
downloadaur-39c5d65e8f69f7e2abe6c9d50fe3299cc129b160.tar.gz
update to 6.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b54e39b2f39f..7ad262d8a165 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.4+230825
+ pkgver = 6.2.5+230828
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.4+230825.zip
- sha256sums = f63a3194a60a91240d244796cc9b9f6320fee7cc59622c74c3c427cd1e3af4e8
+ source = https://download.limesurvey.org/latest-master/limesurvey6.2.5+230828.zip
+ sha256sums = dc5c7f1251a7d802fcdd6c2409e83841a822bdb08c7890f3f608f8d269c1c713
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 39adba165c53..3d6cd82412da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.2.4+230825
+pkgver=6.2.5+230828
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=('f63a3194a60a91240d244796cc9b9f6320fee7cc59622c74c3c427cd1e3af4e8')
+sha256sums=('dc5c7f1251a7d802fcdd6c2409e83841a822bdb08c7890f3f608f8d269c1c713')
optdepends=('apache: a supported application server'
'nginx: a supported application server'