From 5e84e55b8cd2e3a9e48ae243e3e6e3f3e0a34ac7 Mon Sep 17 00:00:00 2001 From: lindy65 Date: Fri, 23 Feb 2018 10:42:34 +0200 Subject: [PATCH] Propose Upgrading to Mattermost 4.7.2 Hi @kemenaran, Mattermost v4.7.2 has been released! You can find download links with hash numbers [here](https://pre-release.mattermost.com/core/pl/3qtanuti1jgbuympmhmu6g1sce). Changelog with notes on patch releases is available [here](https://docs.mattermost.com/administration/changelog.html#release-v4-7). Could we have your help upgrading mattermost-ynh to the v4.7.2? Thanks! --- conf/app.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index dfd65c3..b1b5572 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://releases.mattermost.com/4.7.0/mattermost-4.7.0-linux-amd64.tar.gz -SOURCE_SUM=ff53968ef8ac0a44f9a2d21fde719930b8042801f22866bc25bad53503819abd +SOURCE_URL=https://releases.mattermost.com/4.7.2/mattermost-4.7.2-linux-amd64.tar.gz +SOURCE_SUM=947577631a94a003d660b4eb08f07585e0e1f93c3e5b63a8c30a72e0abcde9c1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=mattermost-4.7.0-linux-amd64.tar.gz +SOURCE_FILENAME=mattermost-4.7.2-linux-amd64.tar.gz