mirror of
https://github.com/YunoHost-Apps/pyload_ynh.git
synced 2024-09-03 20:16:04 +02:00
commit
c2d48cd990
5 changed files with 6 additions and 5 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
The free and open-source Download Manager written in pure Python
|
||||
|
||||
|
||||
**Shipped version:** 0.4.20~ynh1
|
||||
**Shipped version:** 0.4.20~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
The free and open-source Download Manager written in pure Python
|
||||
|
||||
|
||||
**Version incluse :** 0.4.20~ynh1
|
||||
**Version incluse :** 0.4.20~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
#upgrade=1 from_commit=CommitHash
|
||||
# 0.4.20~ynh1
|
||||
upgrade=1 from_commit=7bfbcb607a5a21087c82fab096e0d157b5febb46
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Download Manager written in pure Python."
|
||||
},
|
||||
"version": "0.4.20~ynh1",
|
||||
"version": "0.4.20~ynh2",
|
||||
"url": "https://pyload.net/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="python3-crypto python3-pycurl python3-venv libcurl4-openssl-dev libssl-dev"
|
||||
pkg_dependencies="python3-cryptography python3-pycurl python3-venv libcurl4-openssl-dev libssl-dev"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue