1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyload_ynh.git synced 2024-09-03 20:16:04 +02:00

Merge pull request #4 from YunoHost-Apps/bullseye

Bullseye
This commit is contained in:
yalh76 2022-04-03 04:41:43 +02:00 committed by GitHub
commit c2d48cd990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View file

@ -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 The free and open-source Download Manager written in pure Python
**Shipped version:** 0.4.20~ynh1 **Shipped version:** 0.4.20~ynh2

View file

@ -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 The free and open-source Download Manager written in pure Python
**Version incluse :** 0.4.20~ynh1 **Version incluse :** 0.4.20~ynh2

View file

@ -11,7 +11,8 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
#upgrade=1 from_commit=CommitHash # 0.4.20~ynh1
upgrade=1 from_commit=7bfbcb607a5a21087c82fab096e0d157b5febb46
backup_restore=1 backup_restore=1
multi_instance=0 multi_instance=0
port_already_use=0 port_already_use=0

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "Download Manager written in pure Python." "en": "Download Manager written in pure Python."
}, },
"version": "0.4.20~ynh1", "version": "0.4.20~ynh2",
"url": "https://pyload.net/", "url": "https://pyload.net/",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # 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 # PERSONAL HELPERS