From 76a138821cc1482143eac1c036ac9f5966818486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:33:59 +0200 Subject: [PATCH 1/3] Update remove --- scripts/remove | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/remove b/scripts/remove index 7713081..ce12ebb 100755 --- a/scripts/remove +++ b/scripts/remove @@ -27,11 +27,6 @@ ynh_remove_systemd_config ynh_remove_nginx_config -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing dependencies..." --weight=1 - # Remove NodeJS ynh_remove_nodejs From 8d2c554f687ccdc2bc7c2e088815a597731d9903 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 5 Oct 2023 06:15:17 +0200 Subject: [PATCH 2/3] Upgrade to v23.10.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6f5f74d..2232b51 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Actual" description.en = "Local-first personal finance tool" description.fr = "Premier outil de finances personnelles local" -version = "23.9.0~ynh1" +version = "23.10.0~ynh1" maintainers = ["eric_G"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.9.0.tar.gz" - sha256 = "7b2637cae563c74a00bd857f99fa05533d91ebce78cf79fa10876779af2abd69" + url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.10.0.tar.gz" + sha256 = "3b76c4713be3296b680b3046bcf5737dc177680ba4a20f1416e23234eca9cca9" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 70a0895d966b37b06264e80a81013cb06bbfb6f6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 5 Oct 2023 04:15:22 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2487243..f1fc175 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 Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**Shipped version:** 23.9.0~ynh1 +**Shipped version:** 23.10.0~ynh1 ## Screenshots @@ -28,7 +28,6 @@ Actual is a local-first personal finance tool. It is 100% free and open-source, * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 68e76d6..1c94ba1 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 Actual est un outil de finances personnelles local. Il est 100% gratuit et open-source, écrit en NodeJS, il dispose d'un élément de synchronisation afin que toutes vos modifications puissent se déplacer entre les appareils sans aucune lourde charge. -**Version incluse :** 23.9.0~ynh1 +**Version incluse :** 23.10.0~ynh1 ## Captures d’écran @@ -28,7 +28,6 @@ Actual est un outil de finances personnelles local. Il est 100% gratuit et open- * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs