From 5b3be4f48c9b89cfbf637a0cd0389f2cfe24e29f Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 5 Jun 2018 13:55:13 +0200 Subject: [PATCH] Mattermost: upgrade from HEAD (#527) Use the HEAD of a stable branch to signal Mattermost upgrades (cc @alexAubin). Fix https://github.com/YunoHost-Apps/mattermost_ynh/issues/113 --- community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community.json b/community.json index 4132f1c9..83968327 100644 --- a/community.json +++ b/community.json @@ -714,7 +714,7 @@ "mattermost": { "branch": "master", "level": 7, - "revision": "9689db3f012a6da499092549b3201bff8f10e6b8", + "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/mattermost_ynh" },