diff --git a/README.md b/README.md index 1ca6d31..a447391 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ To explore the benefits of Mattermost’s enterprise features, you can replace t - Multiple languages including U.S. English, Australian English, Bulgarian, Chinese (Simplified and Traditional), Dutch, French, German, Hungarian, Italian, Japanese, Korean, Polish, Brazilian Portuguese, Romanian, Russian, Turkish, Spanish, Swedish, and Ukrainian -**Shipped version:** 7.3.0~ynh1 *(:warning: This is the `PostgreSQL` branch. The [`master` branch](https://github.com/YunoHost-Apps/mattermost_ynh/tree/master) used in the catalog is currently on version 7.2.0\~ynh1.)* - +**Shipped version:** 7.4.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 83d0d0d..73e8fd7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,8 +37,7 @@ Pour explorer les avantages des fonctionnalités d'entreprise de Mattermost, vou - Plusieurs langues dont l'anglais américain, l'anglais australien, le bulgare, le chinois (simplifié et traditionnel), le néerlandais, le français, l'allemand, le hongrois, l'italien, le japonais, le coréen, le polonais, le portugais brésilien, le roumain, le russe, le turc, l'espagnol, le suédois et l'ukrainien -**Version incluse :** 7.3.0~ynh1 *(:warning: Il s'agit de la branche `PostgreSQL`. La [branche `master`](https://github.com/YunoHost-Apps/mattermost_ynh/tree/master) utilisée dans le catalogue est actuellement en 7.2.0\~ynh1.)* - +**Version incluse :** 7.4.0~ynh1 ## Captures d'écran diff --git a/conf/amd64.src b/conf/amd64.src index 8672689..39aac87 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://releases.mattermost.com/7.3.0/mattermost-team-7.3.0-linux-amd64.tar.gz -SOURCE_SUM=47602e67b457a4871fd459f32a67f44e3353e4152989157eced2ad3bff5f634b +SOURCE_URL=https://releases.mattermost.com/7.4.0/mattermost-team-7.4.0-linux-amd64.tar.gz +SOURCE_SUM=530118ced6f0f2bf9f3ae98cfec43bf1f2a0a35a52913ba60c0203fadacd9b10 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 6231155..7259a52 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.3.0/mattermost-v7.3.0-linux-arm64.tar.gz -SOURCE_SUM=9ea92cee34bf8209ce8e9a1fb186541a4784dd6ee63c93f6d9d0e3af078cd2aa +SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.4.0/mattermost-v7.4.0-linux-arm64.tar.gz +SOURCE_SUM=266855f9a55f5b9d8704350534ac9937813d65532d4b96cf83099bd26e2a7c82 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 46fd52b..a382b9c 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.3.0/mattermost-v7.3.0-linux-arm.tar.gz -SOURCE_SUM=742314c0e9cb2f26d444c658c72794bd506a00c79066f7d908e9058ed48cdaa4 +SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.4.0/mattermost-v7.4.0-linux-arm.tar.gz +SOURCE_SUM=26f4b0155fb4f3f20d12e70bfec5fbc97681c2b7ac4548d4cdc2ea7edd4613bd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/enterprise.src b/conf/enterprise.src index 9f8f355..41bcceb 100644 --- a/conf/enterprise.src +++ b/conf/enterprise.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://releases.mattermost.com/7.3.0/mattermost-enterprise-7.3.0-linux-amd64.tar.gz -SOURCE_SUM=7c88dab1a68010c3cb6b1a3ce8c7c04aa4e9ff45b3cd30ca24008a5ae59bcbf0 +SOURCE_URL=https://releases.mattermost.com/7.4.0/mattermost-enterprise-7.4.0-linux-amd64.tar.gz +SOURCE_SUM=378c2f82b4e6835274e883e6a4b94f1ce1cd341f9b1f604142012cbfd19608dd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index ba14715..f318e98 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source collaboration platform built for developers", "fr": "Plateforme de collaboration open source conçue pour les développeurs" }, - "version": "7.3.0~ynh1", + "version": "7.4.0~ynh1", "url": "http://www.mattermost.org/", "upstream": { "license": "GPL-3.0-only",