From ca2029ebd0ca414e6c67c7aba9eb2aa390f34813 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Sep 2021 15:07:15 +0200 Subject: [PATCH] 3.4.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/restore | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/conf/app.src b/conf/app.src index 77dd755..1a0e595 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v3.3.0/peertube-v3.3.0.tar.xz -SOURCE_SUM=da96c0f47949cb2b59b9bf429499eb801998337d2e085e20b87729300d147539 +SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v3.4.0/peertube-v3.4.0.tar.xz +SOURCE_SUM=90b965d4d649ac40ce32b3a9cb51667dd9ef2381f9b963c75a313df102cb915e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.xz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 61d69b9..d762706 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.3.0~ynh4", + "version": "3.4.0~ynh1", "url": "https://github.com/Chocobozzz/PeerTube", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/restore b/scripts/restore index 850c13e..e353cd5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -42,8 +42,6 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir) #================================================= ynh_script_progression --message="Validating restoration parameters..." -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "