summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--matomo.install2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75c6600ea1a..fb311b20e7e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matomo
pkgdesc = real time web analytics platform
- pkgver = 3.12.0
+ pkgver = 3.13.0
pkgrel = 1
url = https://matomo.org/
install = matomo.install
@@ -14,10 +14,10 @@ pkgbase = matomo
replaces = piwik
backup = usr/share/webapps/matomo/piwik.js
backup = usr/share/webapps/matomo/matomo.js
- source = https://builds.matomo.org/matomo-3.12.0.tar.gz
- source = https://builds.matomo.org/matomo-3.12.0.tar.gz.asc
+ source = https://builds.matomo.org/matomo-3.13.0.tar.gz
+ source = https://builds.matomo.org/matomo-3.13.0.tar.gz.asc
validpgpkeys = 814E346FA01A20DBB04B6807B5DBD5925590A237
- sha256sums = 3998687c23fe5601cefd9e24dc6b673a11425c115974d1388c99cbf00fce6bf8
- sha256sums = 17a7ae770274a5bc4b65bae02d7652695278c47ddf2262d22a933c2deb0c4861
+ sha256sums = a82b66a51bb788781f1cb71376d361482d2857c647a46c042dfc1bb456c49240
+ sha256sums = 7dae314ab80dd328c72024eaabd3851d99d0882135ca5607e08a32d3ac82895a
pkgname = matomo
diff --git a/PKGBUILD b/PKGBUILD
index b07ab53382cd..ea96df3a8970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Nils Czernia <nils at czserver dot de>
pkgname=matomo
-pkgver=3.12.0
+pkgver=3.13.0
pkgrel=1
pkgdesc="real time web analytics platform"
arch=("any")
@@ -18,8 +18,8 @@ install="$pkgname.install"
source=("https://builds.matomo.org/${pkgname}-${pkgver}.tar.gz"
"https://builds.matomo.org/${pkgname}-${pkgver}.tar.gz.asc")
backup=("usr/share/webapps/${pkgname}/piwik.js" "usr/share/webapps/${pkgname}/matomo.js")
-sha256sums=("3998687c23fe5601cefd9e24dc6b673a11425c115974d1388c99cbf00fce6bf8"
- "17a7ae770274a5bc4b65bae02d7652695278c47ddf2262d22a933c2deb0c4861")
+sha256sums=("a82b66a51bb788781f1cb71376d361482d2857c647a46c042dfc1bb456c49240"
+ "7dae314ab80dd328c72024eaabd3851d99d0882135ca5607e08a32d3ac82895a")
validpgpkeys=("814E346FA01A20DBB04B6807B5DBD5925590A237")
diff --git a/matomo.install b/matomo.install
index 61c491dff873..a8216dfe4ade 100644
--- a/matomo.install
+++ b/matomo.install
@@ -17,7 +17,7 @@ pre_upgrade() {
mv /usr/share/webapps/matomo/tmp /var/lib/webapps/matomo/tmp
chown -R http:http /var/lib/webapps/matomo
# No changes needed in /usr/share/webapps/matomo/config, it’ll upgrade cleanly.
- echo 'matomo 3.5.1-1 onward has some location and permissions changes to be aware'
+ echo 'matomo 3.5.1-1 onward has some location and permission changes to be aware'
echo 'of. Everything necessary is moved to the new locations, so you have lost'
echo 'nothing, and everything should continue to work just fine with no changes.'
echo 'This is really just a FYI.'