From f79186c8cdb30ee085f3da88066bff3f24eee0ab Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 21 Jul 2021 14:18:21 +0200 Subject: [PATCH 1/6] Update check_process --- check_process | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_process b/check_process index 9b65e5b..244412b 100644 --- a/check_process +++ b/check_process @@ -14,6 +14,8 @@ upgrade=1 # 3.2.1~ynh1 upgrade=1 from_commit=f4b43fd85ad3a169d27c53865a13548e44f17ebf + # 3.2.1~ynh4 + upgrade=1 from_commit=08bf3fce3ad99e27e7f7d251838a9f9c63243e44 backup_restore=1 multi_instance=0 port_already_use=0 From 34b1ed4e0cb561eb3d0ba14554be94e25cf404e0 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 21 Jul 2021 14:19:20 +0200 Subject: [PATCH 2/6] Update check_process --- check_process | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index 244412b..f460c88 100644 --- a/check_process +++ b/check_process @@ -26,4 +26,5 @@ Notification=yes ;;; Upgrade options ; commit=f4b43fd85ad3a169d27c53865a13548e44f17ebf name=3.2.1~ynh1 - + ; commit=08bf3fce3ad99e27e7f7d251838a9f9c63243e44 + name=3.2.1~ynh4 From e189c94fdcd355e1e4618438f4a8c3820053c204 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 21 Jul 2021 14:19:50 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52832c5..390e81b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Servers are run independently by different people and organizations. They can ap By watching a video, you help the hosting provider to broadcast it by becoming a broadcaster of the video yourself. Each instance doesn’t need much money to broadcast the videos of its users. -**Shipped version:** 3.2.1 +**Shipped version:** 3.3.0 ## Important points to read before installing From d3b64d1d36f7d9d246f3c3313995b7d4dd3836e4 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 21 Jul 2021 14:20:33 +0200 Subject: [PATCH 4/6] Update README_fr.md --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 0c5fd87..e89a142 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Les serveurs sont gérés indépendamment par différentes personnes et organisa En regardant une vidéo, vous aidez l'hébergeur à la diffuser en devenant vous-même un diffuseur de la vidéo. Chaque instance n'a pas besoin de beaucoup d'argent pour diffuser les vidéos de ses utilisateurs. -**Version incluse :** 3.2.1 +**Version incluse :** 3.3.0 ## Points importants à lire avant l'installation From 9f1f31bee4d22bce31032f36c53a203944e924d4 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 21 Jul 2021 14:21:25 +0200 Subject: [PATCH 5/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bae6e44..b02fdfb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Video streaming platform using P2P directly in the web browser, connected to a federated network", "fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé" }, - "version": "3.2.1~ynh4", + "version": "3.3.0~ynh1", "url": "https://github.com/Chocobozzz/PeerTube", "upstream": { "license": "AGPL-3.0-only", From 8b9d7095186c989dfa94d6029ecfd175c843be45 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 21 Jul 2021 14:21:52 +0200 Subject: [PATCH 6/6] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 2c02890..77dd755 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v3.2.1/peertube-v3.2.1.tar.xz -SOURCE_SUM=2c8fb6c3796d50155e7c2d9533875b034a0aa3513188bf6281f4686e0d33c639 +SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v3.3.0/peertube-v3.3.0.tar.xz +SOURCE_SUM=da96c0f47949cb2b59b9bf429499eb801998337d2e085e20b87729300d147539 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.xz SOURCE_IN_SUBDIR=true