From 59ee5a76ca69097ed3c957408eb9092ba7ce946e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 29 Nov 2023 06:08:06 +0000 Subject: [PATCH] Upgrade to v6.0.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 8a4a060..5733898 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v5.2.1/peertube-v5.2.1.tar.xz -SOURCE_SUM=27d577ab63d29be865934088d1831373a71433c78443a4441fb3ac416995817c +SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v6.0.0/peertube-v6.0.0.tar.xz +SOURCE_SUM=04f646309ac9327c7a02e6fd0503f48f7311048574b52d5f65d16c5dca8d5dbc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.xz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index de366a8..77ca01a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Federated video streaming platform using P2P directly in the web browser", "fr": "Plateforme fédéralisé de diffusion vidéo par P2P directement dans le navigateur" }, - "version": "5.2.1~ynh2", + "version": "6.0.0~ynh1", "url": "https://github.com/Chocobozzz/PeerTube", "upstream": { "license": "AGPL-3.0-only",