mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
update
This commit is contained in:
parent
3801290de1
commit
e729eb27d3
2 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ name = "Digitranscode"
|
|||
description.en = "an online app that can convert audio files and video files into different formats."
|
||||
description.fr = "Une application en ligne qui permet de convertir des fichiers audio et des vidéos en différents formats."
|
||||
|
||||
version = "0.1.2~ynh1"
|
||||
version = "0.1.8~ynh1"
|
||||
|
||||
maintainers = ["Pierre-Amiel Giraud"]
|
||||
|
||||
|
@ -21,11 +21,14 @@ code = "https://codeberg.org/ladigitale/digitranscode"
|
|||
fund = "https://opencollective.com/ladigitale"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.0"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = "not_relevant"
|
||||
|
||||
sso = "not_relevant"
|
||||
|
||||
disk = "10M"
|
||||
ram.build = "10M"
|
||||
ram.runtime = "5M"
|
||||
|
@ -39,15 +42,13 @@ ram.runtime = "5M"
|
|||
default = "/digitranscode"
|
||||
|
||||
[install.init_main_permission]
|
||||
help.en = "If public, any visitor can convert audio or video files using your server."
|
||||
help.fr = "Si l’application est publique, n’importe quel visiteur pourra utiliser votre serveur pour convertir des fichiers audio et vidéos."
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/YunoHost-Apps/digitranscode_ynh/releases/download/0.1.2/digitranscode-v0.1.2.zip"
|
||||
sha256 = "dafa74cbffa3c330ec94ec5a3cb7ee6c07639c1cd89a4b5cce3384098027bbb6"
|
||||
url = "https://codeberg.org/ladigitale/digitranscode/releases/download/0.1.8/digitranscode-v0.1.8.zip"
|
||||
sha256 = "0d8d7a1f075eab3e7f8039fd136cc6e33e636c12474e05866c2da2791c861b2a"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
|||
then
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue