diff --git a/README.md b/README.md index 390e81b..1f38a85 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.3.0 +**Shipped version:** 3.4.1 ## Important points to read before installing diff --git a/README_fr.md b/README_fr.md index e89a142..20930c5 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.3.0 +**Version incluse :** 3.4.1 ## Points importants à lire avant l'installation diff --git a/check_process b/check_process index 548c20e..c56db6a 100644 --- a/check_process +++ b/check_process @@ -20,6 +20,8 @@ upgrade=1 from_commit=f3bb02002c8fa28748744302475139b6fcf7c651 # 3.3.0~ynh3 upgrade=1 from_commit=ed59a268e93910f8b35b0f87399f91b8cad9ede0 + # 3.4.0~ynh1 + upgrade=1 from_commit=83a06ca4c96ccd941b49647b3698db2c6b771b79 backup_restore=1 multi_instance=0 port_already_use=0 @@ -36,3 +38,5 @@ Notification=yes name=3.3.0~ynh2 ; commit=ed59a268e93910f8b35b0f87399f91b8cad9ede0 name=3.3.0~ynh3 + ; commit=83a06ca4c96ccd941b49647b3698db2c6b771b79 + name=3.4.0~ynh1 diff --git a/conf/app.src b/conf/app.src index 1a0e595..70ce977 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v3.4.0/peertube-v3.4.0.tar.xz -SOURCE_SUM=90b965d4d649ac40ce32b3a9cb51667dd9ef2381f9b963c75a313df102cb915e +SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v3.4.1/peertube-v3.4.1.tar.xz +SOURCE_SUM=dd7357529826beb071a86e6f76bc2eb99b0d6481a71566db1cb2f6cf8a4a6305 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.xz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d762706..3dcf072 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.4.0~ynh1", + "version": "3.4.1~ynh1", "url": "https://github.com/Chocobozzz/PeerTube", "upstream": { "license": "AGPL-3.0-only",