mirror of
https://github.com/YunoHost-Apps/actual_ynh.git
synced 2024-09-03 20:36:16 +02:00
Merge pull request #13 from YunoHost-Apps/ci-auto-update-23.9.0
Upgrade to v23.9.0
This commit is contained in:
commit
55b41dee88
3 changed files with 5 additions and 5 deletions
|
@ -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.8.1~ynh1
|
||||
**Shipped version:** 23.9.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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.8.1~ynh1
|
||||
**Version incluse :** 23.9.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Actual"
|
|||
description.en = "Local-first personal finance tool"
|
||||
description.fr = "Premier outil de finances personnelles local"
|
||||
|
||||
version = "23.8.1~ynh1"
|
||||
version = "23.9.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.8.1.tar.gz"
|
||||
sha256 = "841fd4c8e1d79e8e61b7f633ee63e768da866af3f614017e07b90e5f1e82b828"
|
||||
url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.9.0.tar.gz"
|
||||
sha256 = "7b2637cae563c74a00bd857f99fa05533d91ebce78cf79fa10876779af2abd69"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue