From 556a10657bd2c15b0d514c0414a701607332ca82 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Jul 2023 20:15:12 +0200 Subject: [PATCH 1/5] Upgrade to v23.7.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 94ace4e..8d23e59 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.7.0~ynh1" +version = "23.7.1~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.7.0.tar.gz" - sha256 = "184c2163ab66ae353a0685d47587dd5a3e798c3f5c4ae0527cffdaaad1211d14" + url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.7.1.tar.gz" + sha256 = "4f4587191d266e2e1f9d95b9d7d4dd0ded053697d7f4c7e1177b4053d9065914" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 267097b243087bd8e8835299547bda4dd2f2cf8d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Jul 2023 18:15:14 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d76dd71..6cb1db9 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.7.0~ynh1 +**Shipped version:** 23.7.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index a457cd6..46ff28c 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.7.0~ynh1 +**Version incluse :** 23.7.1~ynh1 ## Captures d’écran From 473daaf596287aab16060d71ba49d1cff577e4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:24:39 +0200 Subject: [PATCH 3/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8d23e59..6c12fb9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -15,7 +15,7 @@ admindoc = "https://actualbudget.github.io/docs/" code = "https://github.com/actualbudget/actual-server" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = false From 89e582e82e5d7f3757d1430de49416024be144b0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 9 Jul 2023 20:15:11 +0200 Subject: [PATCH 4/5] Upgrade to v23.7.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6c12fb9..cac87a2 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.7.1~ynh1" +version = "23.7.2~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.7.1.tar.gz" - sha256 = "4f4587191d266e2e1f9d95b9d7d4dd0ded053697d7f4c7e1177b4053d9065914" + url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.7.2.tar.gz" + sha256 = "6492d63f773469b9933a4b5923ca91e000a3df7b5d9bc718fed84da8ea2a6a97" autoupdate.strategy = "latest_github_tag" [resources.system_user] From be45a5df26e358e2305fad4ba979f1bbb66dddc1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 9 Jul 2023 18:15:14 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cb1db9..3cabf59 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.7.1~ynh1 +**Shipped version:** 23.7.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 46ff28c..d5b43e2 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.7.1~ynh1 +**Version incluse :** 23.7.2~ynh1 ## Captures d’écran