diff --git a/README.md b/README.md index b521029..a12cf79 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Shipped version:** 1.24.0~ynh1 +**Shipped version:** 1.24.1~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 096118d..27f1597 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Versión actual:** 1.24.0~ynh1 +**Versión actual:** 1.24.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 570f3d5..46f4cca 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Paketatutako bertsioa:** 1.24.0~ynh1 +**Paketatutako bertsioa:** 1.24.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 136ed2d..960359c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Agrégateur de flux RSS avec une interface adaptée au mobile. -**Version incluse :** 1.24.0~ynh1 +**Version incluse :** 1.24.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 7e0c88b..c6d8172 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Versión proporcionada:** 1.24.0~ynh1 +**Versión proporcionada:** 1.24.1~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 134a6f2..2eb23fa 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**分发版本:** 1.24.0~ynh1 +**分发版本:** 1.24.1~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 01fbffb..3dc4834 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "FreshRSS" description.en = "RSS aggregator with a nice and mobile-friendly design" description.fr = "Agrégateur de flux RSS avec une interface adaptée au mobile" -version = "1.24.0~ynh1" +version = "1.24.1~ynh1" maintainers = ["plopoyop"] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.24.0.tar.gz" - sha256 = "114d92696070077a506c535bf549ed9e7b0ef2250a74a1b95ae0c6df38c774f5" + url = "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.24.1.tar.gz" + sha256 = "a89b8324204f99746225ee73878af8697814d83d250e0f0957dad8053baee088" autoupdate.strategy = "latest_github_release" [resources.system_user] diff --git a/scripts/upgrade b/scripts/upgrade index 85fac19..517547d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,12 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# CHECK VERSION -#================================================= - -upgrade_type=$(ynh_check_app_version_changed) - #================================================= # STANDARD UPGRADE STEPS #================================================= @@ -34,14 +28,10 @@ fi #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= +ynh_script_progression --message="Upgrading source files..." --weight=1 -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" --full_replace=1 --keep="data/config.php data/users/ extensions/" -fi +# Download, check integrity, uncompress and patch the source from app.src +ynh_setup_source --dest_dir="$install_dir" --keep="data/config.php data/users/ extensions/" #--full_replace=1 chmod -R o-rwx "$install_dir" chown -R "$app":www-data "$install_dir"