mirror of
https://github.com/YunoHost-Apps/qbittorrent_ynh.git
synced 2024-09-03 20:16:10 +02:00
commit
ad6c65b4e8
4 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
qBittorrent aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.
|
||||
|
||||
**Shipped version:** 4.2.5~ynh1
|
||||
**Shipped version:** 4.2.5~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -26,7 +26,7 @@ qBittorrent aims to be a good alternative to all other bittorrent clients out th
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <hhttps://www.qbittorrent.org>
|
||||
* Official app website: <https://www.qbittorrent.org>
|
||||
* Official admin documentation: <https://github.com/qbittorrent/qBittorrent/wiki>
|
||||
* Upstream app code repository: <https://github.com/qbittorrent/qBittorrent>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_qbittorrent>
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
qBittorrent se veut une bonne alternative à tous les autres clients bittorrent existants. qBittorrent est rapide, stable et offre un support unicode ainsi que de nombreuses fonctionnalités.
|
||||
|
||||
**Version incluse :** 4.2.5~ynh1
|
||||
**Version incluse :** 4.2.5~ynh2
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -26,7 +26,7 @@ qBittorrent se veut une bonne alternative à tous les autres clients bittorrent
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <hhttps://www.qbittorrent.org>
|
||||
* Site officiel de l’app : <https://www.qbittorrent.org>
|
||||
* Documentation officielle de l’admin : <https://github.com/qbittorrent/qBittorrent/wiki>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/qbittorrent/qBittorrent>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_qbittorrent>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 340 KiB |
|
@ -2,22 +2,22 @@ packaging_format = 2
|
|||
|
||||
id = "qbittorrent"
|
||||
name = "qBittorrent"
|
||||
description.en = "A bittorrent client that aims to be a good alternative to all other bittorrent clients."
|
||||
description.fr = ""
|
||||
description.en = "Bittorrent client that aims to be a good alternative to all other bittorrent clients."
|
||||
description.fr = "Client bittorrent qui vise à être une bonne alternative à tous les autres clients bittorrent"
|
||||
|
||||
version = "4.2.5~ynh1"
|
||||
version = "4.2.5~ynh2"
|
||||
|
||||
maintainers = ["kay0u"]
|
||||
|
||||
[upstream]
|
||||
license = "GPL-3.0-or-later"
|
||||
website = "hhttps://www.qbittorrent.org"
|
||||
website = "https://www.qbittorrent.org"
|
||||
admindoc = "https://github.com/qbittorrent/qBittorrent/wiki"
|
||||
code = "https://github.com/qbittorrent/qBittorrent"
|
||||
cpe = "cpe:2.3:a:qbittorrent:qbittorrent"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.10"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
|
Loading…
Reference in a new issue