From 2242f1a3fb5e36ff8a49e620191f5bb4661f4656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:25:52 +0200 Subject: [PATCH 1/5] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index a4a0ae1..5d043bf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Rocket.Chat" description.en = "Team collaboration communication platform" description.fr = "Plateforme de communication collaborative en équipe" -version = "6.2.4~ynh1" +version = "6.2.8~ynh1" maintainers = ["eric_G"] @@ -18,7 +18,7 @@ userdoc = "https://docs.rocket.chat/guides/user-guides" code = "https://github.com/RocketChat/Rocket.Chat" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.1.21" architectures = ["amd64"] multi_instance = true ldap = false @@ -51,8 +51,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://releases.rocket.chat/6.2.4/download" - sha256 = "d9b72842aa152c7e933504af38de8bb585061634ff5cea0ee57cd2cb0b951ae4" + url = "https://releases.rocket.chat/6.2.8/download" + sha256 = "" in_subdir = true extract = true rename = "rocket.chat.tgz" From 4ca5e1807f024de51a1e91a04ba2f95c9bc92ce7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 21 Jun 2023 16:25:59 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68c0028..57d94ef 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Rocket.Chat is an open-source fully customizable communications platform develop - Mobile Apps for [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) and [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) - Desktop Apps for [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) and [Windows](https://releases.rocket.chat/desktop/latest/download) -**Shipped version:** 6.2.4~ynh1 +**Shipped version:** 6.2.8~ynh1 **Demo:** https://cloud.rocket.chat/trial diff --git a/README_fr.md b/README_fr.md index 41b686b..aa6a1fc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Rocket.Chat est une plate-forme de communication open source entièrement person - Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) - Applications de bureau pour [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) et [Windows](https://releases.rocket.chat/desktop/latest/download) -**Version incluse :** 6.2.4~ynh1 +**Version incluse :** 6.2.8~ynh1 **Démo :** https://cloud.rocket.chat/trial From 621bc2bba0324ec52b511983a96faef029b8084d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 22 Jun 2023 09:30:31 +0200 Subject: [PATCH 3/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5d043bf..3fdc496 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,7 +52,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://releases.rocket.chat/6.2.8/download" - sha256 = "" + sha256 = "7568ac839669938acdcd8f37d2e991afdeccd043af04ef957ac9166c0241a146" in_subdir = true extract = true rename = "rocket.chat.tgz" From ac5626f4f041b71c17e5ff2b2ed95ba9605f758c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 22 Jun 2023 09:31:39 +0200 Subject: [PATCH 4/5] fix --- doc/DESCRIPTION.md | 1 - doc/DESCRIPTION_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index dc13e3a..b318be6 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -3,7 +3,6 @@ Rocket.Chat is an open-source fully customizable communications platform develop ### Features - End to End Encryption -- LDAP/Active Directory (manual setup) - Multifactor Authentication - Customizable User Permission - Mobile Apps for [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) and [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index e61cdac..259fad8 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -3,7 +3,6 @@ Rocket.Chat est une plate-forme de communication open source entièrement person ### Fonctionnalités - Chiffrement de bout en bout -- LDAP (configuration manuelle) - Authentification multifacteur - Autorisation utilisateur personnalisable - Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) From 45595f4d908483b5fe4ae1977f892256ce688d12 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Jun 2023 07:31:50 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 57d94ef..5fb35b6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Rocket.Chat is an open-source fully customizable communications platform develop ### Features - End to End Encryption -- LDAP/Active Directory (manual setup) - Multifactor Authentication - Customizable User Permission - Mobile Apps for [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) and [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) diff --git a/README_fr.md b/README_fr.md index aa6a1fc..c67eb7c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,6 @@ Rocket.Chat est une plate-forme de communication open source entièrement person ### Fonctionnalités - Chiffrement de bout en bout -- LDAP (configuration manuelle) - Authentification multifacteur - Autorisation utilisateur personnalisable - Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android)