From e729eb27d3392875be0ff406dd7e307a6a65f25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 14 Jan 2024 14:43:33 +0100 Subject: [PATCH 1/5] update --- manifest.toml | 13 +++++++------ scripts/upgrade | 1 - 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index d274c3d..ef305dd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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] diff --git a/scripts/upgrade b/scripts/upgrade index 6bccf5b..def4997 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 From b1958497e71fdf52d637d921a5ef9312547ecf06 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 14 Jan 2024 13:43:38 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbeba29..8933eec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Digitranscode is a simple application to convert audio and video files thanks to FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License). -**Shipped version:** 0.1.2~ynh1 +**Shipped version:** 0.1.8~ynh1 **Demo:** https://ladigitale.dev/digitranscode/ ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 0429a03..b30d82b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Digitranscode est une application simple pour convertir des fichiers audio et des vidéos grâce à FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License). -**Version incluse :** 0.1.2~ynh1 +**Version incluse :** 0.1.8~ynh1 **Démo :** https://ladigitale.dev/digitranscode/ ## Documentations et ressources From 039334ae41dc7d30b54c904a858d3ed43a51c2e1 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 14 Feb 2024 19:21:38 +0100 Subject: [PATCH 3/5] add autoupdate strategy --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index ef305dd..35ea284 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,6 +49,7 @@ ram.runtime = "5M" [resources.sources.main] url = "https://codeberg.org/ladigitale/digitranscode/releases/download/0.1.8/digitranscode-v0.1.8.zip" sha256 = "0d8d7a1f075eab3e7f8039fd136cc6e33e636c12474e05866c2da2791c861b2a" + autoupdate.strategy = "latest_forgejo_release" [resources.system_user] From e38a1bd7beaedbc6e4b153cfc14826b88f24bd41 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 14 Feb 2024 22:29:39 +0100 Subject: [PATCH 4/5] Update to v0.1.9 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 35ea284..436c685 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.8~ynh1" +version = "0.1.9~ynh1" maintainers = ["Pierre-Amiel Giraud"] @@ -47,8 +47,8 @@ ram.runtime = "5M" [resources] [resources.sources.main] - url = "https://codeberg.org/ladigitale/digitranscode/releases/download/0.1.8/digitranscode-v0.1.8.zip" - sha256 = "0d8d7a1f075eab3e7f8039fd136cc6e33e636c12474e05866c2da2791c861b2a" + url = "https://codeberg.org/ladigitale/digitranscode/releases/download/0.1.9/digitranscode-v0.1.9.zip" + sha256 = "8bc7040587f805e1876c813c87805a7f4aa2c1fcde94c4fe9604795ff7a66814" autoupdate.strategy = "latest_forgejo_release" [resources.system_user] From 7b518079ce5564c8e1f9ccba1848189431dd6ef2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 21:29:43 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8933eec..1a42748 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Digitranscode is a simple application to convert audio and video files thanks to FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License). -**Shipped version:** 0.1.8~ynh1 +**Shipped version:** 0.1.9~ynh1 **Demo:** https://ladigitale.dev/digitranscode/ ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index b30d82b..c1ff065 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Digitranscode est une application simple pour convertir des fichiers audio et des vidéos grâce à FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License). -**Version incluse :** 0.1.8~ynh1 +**Version incluse :** 0.1.9~ynh1 **Démo :** https://ladigitale.dev/digitranscode/ ## Documentations et ressources