From bcc2eb631a780a4776db1b444209850de0f2d1ac Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 21 Jul 2022 23:54:57 +0200 Subject: [PATCH 1/3] 5.0.0 --- conf/app.src | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index a3220c0..5f14b3b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://releases.rocket.chat/4.8.2/download +SOURCE_URL=https://releases.rocket.chat/5.0.0/download SOURCE_SUM=40ccc61c5dd7fb129f6816476203d8cbe3f804d5d172ea60420df6a344f90376 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz diff --git a/manifest.json b/manifest.json index 4a5ca3b..f29d40e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Team collaboration communication platform", "fr": "Plateforme de communication collaborative en équipe" }, - "version": "4.8.2~ynh1", + "version": "5.0.0~ynh1", "url": "https://rocket.chat", "upstream": { "license": "GPL-3.0", From 43bb33dddc81cc487392f7e0bbcf24925209bd48 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 21 Jul 2022 21:55:07 +0000 Subject: [PATCH 2/3] 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 49b8fae..2228441 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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:** 4.8.2~ynh1 +**Shipped version:** 5.0.0~ynh1 **Demo:** https://cloud.rocket.chat/trial diff --git a/README_fr.md b/README_fr.md index 6b39a2e..19eac9d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,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 :** 4.8.2~ynh1 +**Version incluse :** 5.0.0~ynh1 **Démo :** https://cloud.rocket.chat/trial From 223295f5efd47e0edbbbc3f39d6caf9e67a398cb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 22 Jul 2022 00:01:58 +0200 Subject: [PATCH 3/3] Update app.src --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 5f14b3b..cd3b68e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ SOURCE_URL=https://releases.rocket.chat/5.0.0/download -SOURCE_SUM=40ccc61c5dd7fb129f6816476203d8cbe3f804d5d172ea60420df6a344f90376 +SOURCE_SUM=5acd6cb786e19c6feceef2897860052dc002d0288e561987ff6334fe9198de5b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true