From eb93d7d7717655fdc2acc4b4b6b5f0e227a2a819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:58:32 +0200 Subject: [PATCH 1/3] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 45dd356..3b38988 100644 --- a/scripts/install +++ b/scripts/install @@ -46,7 +46,7 @@ ynh_script_progression --message="Adding a configuration file..." mkdir -p "/etc/$app" ynh_add_config --template="../conf/headphones.ini" --destination="/etc/$app/headphones.ini" -chmod 600 "/etc/$app/headphones.ini" +chmod 650 "/etc/$app/headphones.ini" chown $app:$app "/etc/$app/headphones.ini" #================================================= From 17ac7382589ca5e6036ff2c40c44fd7435eb3712 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 26 Nov 2023 17:16:31 +0100 Subject: [PATCH 2/3] Upgrade to v0.6.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 59d929b..f6ece04 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Headphones" description.en = "Automated music downloader for NZB and Torrent" description.fr = "Téléchargeur de musique automatisé pour NZB et Torrent" -version = "0.6.0~ynh2" +version = "0.6.1~ynh1" maintainers = [] @@ -38,8 +38,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/rembo10/headphones/archive/refs/tags/v0.6.0.tar.gz" - sha256 = "e96755547b6a6cd63f2a916d4bdfd5f5a3cc62e1b89db021de441c94c064ddc6" + url = "https://github.com/rembo10/headphones/archive/refs/tags/v0.6.1.tar.gz" + sha256 = "e9b7d54efa06d869e4617ab9f9013d8096552c77ef35692632a8c61eb0a186f3" autoupdate.strategy = "latest_github_tag" [resources.ports] From 45a4e6eee9ac9602da11a79511082614a3b2a21e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 26 Nov 2023 16:16:33 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d48d5c..57fa2e7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole. -**Shipped version:** 0.6.0~ynh2 +**Shipped version:** 0.6.1~ynh1 ## Screenshots @@ -29,7 +29,7 @@ Headphones is an automated music downloader for NZB and Torrent, written in Pyth * Official user documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 1e186eb..13c4630 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole. -**Version incluse :** 0.6.0~ynh2 +**Version incluse :** 0.6.1~ynh1 ## Captures d’écran @@ -29,7 +29,7 @@ Headphones is an automated music downloader for NZB and Torrent, written in Pyth * Documentation officielle utilisateur : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs