From 95f2dc0f5221194279d0471641bb327c578d2805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lemonsu=20Lo=C3=AFc?= Date: Tue, 29 Jun 2021 11:03:01 +0200 Subject: [PATCH] Change for the URL used in the official documentation This archive contains the git sub-modules such as the tag manager for example --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 5e9b8ce..98d6c1d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/matomo-org/matomo/archive/refs/tags/4.3.1.tar.gz -SOURCE_SUM=1b81dff17dd35e1b3a1fe6a5fe28a2916c5fb5537bf3fafc13020f52becf888a +SOURCE_URL=https://builds.matomo.org/matomo-4.3.1.tar.gz +SOURCE_SUM=55ee0fd5c555fee679f4171069464b4d33b0a635fbbdea1ff6347497763dc4e4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true