mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
Bullseye (#95)
* Upgrade to bullseye * Auto-update README * Auto-update README * Update check_process * Update manifest.json Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
025da9b6e9
commit
84582c184b
4 changed files with 13 additions and 10 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Transmission is a fast, easy, and free BitTorrent client.
|
Transmission is a fast, easy, and free BitTorrent client.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.94~ynh1
|
**Shipped version:** 3.00~ynh1
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
Transmission est un client BitTorrent libre, efficace et simple.
|
Transmission est un client BitTorrent libre, efficace et simple.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.94~ynh1
|
**Version incluse :** 3.00~ynh1
|
||||||
|
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
|
@ -10,10 +10,8 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=0
|
setup_public=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
# 1.0
|
# 2.94~ynh1
|
||||||
upgrade=1 from_commit=7d887f6bc1e29ce94de703517d5302580cbb8a7e
|
upgrade=1 from_commit=c07a09d875cf11b4e3a3147e9e35ef5e06788cff
|
||||||
# 1.0~ynh4
|
|
||||||
upgrade=1 from_commit=c65b76e919089f3f88d2522cef2300db6f78201f
|
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -21,3 +19,8 @@
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
;;; Upgrade options
|
||||||
|
; commit=c07a09d875cf11b4e3a3147e9e35ef5e06788cff
|
||||||
|
name=2.94~ynh1
|
||||||
|
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666&
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
"id": "transmission",
|
"id": "transmission",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A Fast, Easy, and Free BitTorrent Client",
|
"en": "Fast, Easy, and Free BitTorrent Client",
|
||||||
"fr": "Un client BitTorrent libre et rapide"
|
"fr": "Client BitTorrent libre et rapide"
|
||||||
},
|
},
|
||||||
"version": "2.94~ynh1",
|
"version": "3.00~ynh1",
|
||||||
"url": "https://www.transmissionbt.com",
|
"url": "https://www.transmissionbt.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Reference in a new issue