diff --git a/README.md b/README.md index ec4d699..ab45792 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Shipped version:** 0.24.1~ynh2 +**Shipped version:** 0.24.1~ynh3 **Demo:** diff --git a/README_es.md b/README_es.md index 577743b..9c8c664 100644 --- a/README_es.md +++ b/README_es.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Versión actual:** 0.24.1~ynh2 +**Versión actual:** 0.24.1~ynh3 **Demo:** diff --git a/README_eu.md b/README_eu.md index f2ecc2b..d7b0ff5 100644 --- a/README_eu.md +++ b/README_eu.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Paketatutako bertsioa:** 0.24.1~ynh2 +**Paketatutako bertsioa:** 0.24.1~ynh3 **Demoa:** diff --git a/README_fr.md b/README_fr.md index a84821f..31760de 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour - CalDAV - Links -**Version incluse :** 0.24.1~ynh2 +**Version incluse :** 0.24.1~ynh3 **Démo :** diff --git a/README_gl.md b/README_gl.md index 1a9b345..cef0e5e 100644 --- a/README_gl.md +++ b/README_gl.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Versión proporcionada:** 0.24.1~ynh2 +**Versión proporcionada:** 0.24.1~ynh3 **Demo:** diff --git a/README_id.md b/README_id.md index c405781..3ab615f 100644 --- a/README_id.md +++ b/README_id.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Versi terkirim:** 0.24.1~ynh2 +**Versi terkirim:** 0.24.1~ynh3 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 999cdb2..ced9026 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**分发版本:** 0.24.1~ynh2 +**分发版本:** 0.24.1~ynh3 **演示:** diff --git a/manifest.toml b/manifest.toml index b1aceb4..bce8eef 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Vikunja" description.en = "Self-hosted To-Do list application" description.fr = "Application de liste de tâches auto-hébergée" -version = "0.24.1~ynh2" +version = "0.24.1~ynh3" maintainers = [] @@ -60,11 +60,7 @@ ram.runtime = "50M" in_subdir = false format = "zip" - autoupdate.strategy = "latest_gitea_release" - autoupdate.asset.amd64 = "tarball" - autoupdate.asset.i386 = "tarball" - autoupdate.asset.arm64 = "tarball" - autoupdate.asset.armhf = "tarball" + # autoupdate.strategy = "latest_gitea_release" [resources.system_user] allow_email = true diff --git a/scripts/upgrade b/scripts/upgrade index 61c7ba1..7c5da08 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -92,7 +92,7 @@ ynh_systemd_action --service_name=$app --action=stop --log_path=systemd #================================================= ynh_script_progression --message="Upgrading source files..." --weight=5 -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir" --full_replace=1 executable="$(find $install_dir -name "vikunja-*" \! -name "*.sha256")" mv "$executable" "$install_dir/vikunja" diff --git a/tests.toml b/tests.toml index 58b03fd..11b0f90 100644 --- a/tests.toml +++ b/tests.toml @@ -14,4 +14,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - #test_upgrade_from.4cf807ee10e609d85147ac389ea7f62260c733b2.name = "Upgrade from 0.20.2" + test_upgrade_from.4cf807ee10e609d85147ac389ea7f62260c733b2.name = "Upgrade from 0.20.2"