mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
commit
0b1bce181a
10 changed files with 11 additions and 15 deletions
|
@ -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:** <https://try.vikunja.io/login>
|
||||
|
||||
|
|
|
@ -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:** <https://try.vikunja.io/login>
|
||||
|
||||
|
|
|
@ -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:** <https://try.vikunja.io/login>
|
||||
|
||||
|
|
|
@ -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 :** <https://try.vikunja.io/login>
|
||||
|
||||
|
|
|
@ -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:** <https://try.vikunja.io/login>
|
||||
|
||||
|
|
|
@ -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:** <https://try.vikunja.io/login>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
**演示:** <https://try.vikunja.io/login>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue