mirror of
https://github.com/YunoHost-Apps/headphones_ynh.git
synced 2024-09-03 19:26:02 +02:00
Merge pull request #13 from YunoHost-Apps/ci-auto-update-0.6.1
Upgrade to v0.6.1
This commit is contained in:
commit
bf1c800ac8
3 changed files with 7 additions and 7 deletions
|
@ -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: <https://github.com/rembo10/headphones/wiki/Usage-guide>
|
||||
* Upstream app code repository: <https://github.com/rembo10/headphones>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_headphones>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/headphones>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/headphones_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -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 : <https://github.com/rembo10/headphones/wiki/Usage-guide>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/rembo10/headphones>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_headphones>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/headphones>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/headphones_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue