From 466af6abc50b522f40f28df59ef641be34b784f6 Mon Sep 17 00:00:00 2001 From: clement Date: Wed, 9 Mar 2022 22:01:09 +0100 Subject: [PATCH] upgrade to 3.0.3 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 16be32f..76d4e28 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Web interface for Youtube-dl -**Shipped version:** 3.0.2~ynh1 +**Shipped version:** 3.0.3~ynh1 **Demo:** https://alltubedownload.net/ diff --git a/README_fr.md b/README_fr.md index 80670aa..a6f1f1a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Interface Web pour Youtube-dl -**Version incluse :** 3.0.2~ynh1 +**Version incluse :** 3.0.3~ynh1 **Démo :** https://alltubedownload.net/ diff --git a/conf/app.src b/conf/app.src index 4eac64c..b49ab2d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Rudloff/alltube/releases/download/3.0.2/alltube-3.0.2.zip -SOURCE_SUM=0a89ae5f2025c78aa8eab3726d54124642bef00368cdbce96e793d26155b8c32 +SOURCE_URL=https://github.com/Rudloff/alltube/releases/download/3.0.3/alltube-3.0.3.zip +SOURCE_SUM=6db059df1ffad928df3f4507dc718d471e18e5949395c6631a71fde61091190d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 67ecdda..e4458bc 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web interface for Youtube-dl", "fr": "Interface Web pour Youtube-dl" }, - "version": "3.0.2~ynh1", + "version": "3.0.3~ynh1", "url": "http://alltubedownload.net/", "upstream": { "license": "GPL-3.0-only",