mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #214 from YunoHost-Apps/arm-5.31.1
This commit is contained in:
commit
806efed158
5 changed files with 11 additions and 11 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
Mattermost is a self-hosted, open source instant messaging and service software. It's designed as an internal chat for organizations and businesses, and it's touted as an alternative to Slack.
|
||||
|
||||
**Shipped version:** 5.31.0
|
||||
**Shipped version:** 5.31.1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
|||
## Vue d'ensemble
|
||||
Mattermost est un logiciel et un service de messagerie instantanée libre auto-hébergeable. Il est conçu comme un chat interne pour les organisations et les entreprises, et il est présenté comme une alternative à Slack.
|
||||
|
||||
**Version incluse :** 5.31.0
|
||||
**Version incluse :** 5.31.1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v5.31.0/mattermost-v5.31.0-linux-arm.tar.gz
|
||||
SOURCE_SUM=15af0f4757fe1db9f6322fd9d5551aacbfe1c4082ad543dc4641d0a541133b5f
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v5.31.0/mattermost-v5.31.1-linux-arm.tar.gz
|
||||
SOURCE_SUM=00851098feb54afbe457c9991dcf549aa8a4967aecd80bd489865b8fe3afcde02a150b45b1c2b5aec2b02d67543f186be9a245894983270f521e18e464d947d9
|
||||
SOURCE_SUM_PRG=sha512sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=mattermost-v5.31.0-linux-arm.tar.gz
|
||||
SOURCE_FILENAME=mattermost-v5.31.1-linux-arm.tar.gz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v5.31.0/mattermost-v5.31.0-linux-arm64.tar.gz
|
||||
SOURCE_SUM=5bc29121ea13f7be21231bc3d18a030a062d407daf53b89b8af99c2bd554d214
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v5.31.0/mattermost-v5.31.1-linux-arm64.tar.gz
|
||||
SOURCE_SUM=a7e6aa890b897155eee60aa4ce2b874bc601c9a1402cc4796f16697374266c9c7d855b182b5251ba14953a7b2701324b7253f96b6afd3cf16a314cbd77263017
|
||||
SOURCE_SUM_PRG=sha512sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=mattermost-v5.31.0-linux-arm64.tar.gz
|
||||
SOURCE_FILENAME=mattermost-v5.31.1-linux-arm64.tar.gz
|
||||
|
|
|
@ -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": "5.31.0~ynh1",
|
||||
"version": "5.31.1~ynh1",
|
||||
"url": "http://www.mattermost.org/",
|
||||
"license": "GPL-3.0-only",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue