diff --git a/README.md b/README.md index 6309b1f..a4e501f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers! -**Shipped version:** 1.5.0~ynh2 +**Shipped version:** 1.6.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0d7d40f..610c267 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Jellyseerr est une application libre et open source pour gérer les requêtes pour votre médiathèque. C’est un fork de Overseerr, créé pour ajouter le support des serveurs Jellyfin et Emby ! -**Version incluse :** 1.5.0~ynh2 +**Version incluse :** 1.6.0~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index e12f874..f4de157 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Jellyseerr" description.en = "Media request management and discovery tool for Jellyfin, Radarr, and Sonarr" description.fr = "Outil de gestion de demandes et de découverte de médias pour Jellyfin, Radarr, et Sonarr" -version = "1.5.0~ynh2" +version = "1.6.0~ynh1" maintainers = ["Thovi98"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Fallenbagel/jellyseerr/archive/refs/tags/v1.5.0.tar.gz" - sha256 = "0bcfb5a73fff85a1ca4b521e33bc36263ba40be71144efcac140079a3fe14f80" + url = "https://github.com/Fallenbagel/jellyseerr/archive/refs/tags/v1.6.0.tar.gz" + sha256 = "f51014752e679d558c5c0ba6e3df363a1ef6c16b8a5176dbc0a4d3f3301ef156" autoupdate.strategy = "latest_github_tag" diff --git a/scripts/install b/scripts/install index 4cffbb1..444a511 100755 --- a/scripts/install +++ b/scripts/install @@ -55,6 +55,9 @@ pushd $install_dir ynh_script_progression --message="Building Yarn dev dependencies... This can be very long, be patient !" --weight=25 ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run build + + ynh_script_progression --message="Cleaning cache... " --weight=3 + ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean 2>&1 popd diff --git a/scripts/upgrade b/scripts/upgrade index 2529719..eb8cca9 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -45,6 +45,9 @@ pushd $install_dir ynh_script_progression --message="Building Yarn dev dependencies... This can be very long, be patient !" --weight=25 ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run build + + ynh_script_progression --message="Cleaning cache... " --weight=3 + ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean 2>&1 popd