summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-07-19 18:32:21 +0200
committerdanieltetraquark2023-07-19 18:32:21 +0200
commit2cf85b01fb8deb56dd16ddc376373e26720be3df (patch)
tree7c18c654c3753537bd359109f82df3e6cdeb69ba
parentf07688d081e3f56069280505e26626c0ac48d696 (diff)
downloadaur-2cf85b01fb8deb56dd16ddc376373e26720be3df.tar.gz
update to 6.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4302e8001698..757759824a89 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.7+230710
+ pkgver = 6.1.8+230717
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.7+230710.zip
- sha256sums = e48a4bf6d550760e656a453d23121893e6885c5803b1be6e74e280822c8f679a
+ source = https://download.limesurvey.org/latest-master/limesurvey6.1.8+230717.zip
+ sha256sums = a3acaa232630b1efc83ce73c73b929e120ffa1fb4f4b891c7d201747dfaf9948
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 07b44c5753a2..f2d32ae2ca4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=6.1.7+230710
+pkgver=6.1.8+230717
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=('e48a4bf6d550760e656a453d23121893e6885c5803b1be6e74e280822c8f679a')
+sha256sums=('a3acaa232630b1efc83ce73c73b929e120ffa1fb4f4b891c7d201747dfaf9948')
optdepends=('apache: a supported application server'
'nginx: a supported application server'