1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/actual_ynh.git synced 2024-09-03 20:36:16 +02:00

Merge pull request #26 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-03-03 23:11:55 +01:00 committed by GitHub
commit 5af43d6c68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -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:** 24.2.0~ynh1
**Shipped version:** 24.3.0~ynh1
## Screenshots
@ -43,4 +43,4 @@ or
sudo yunohost app upgrade actual -u https://github.com/YunoHost-Apps/actual_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -18,7 +18,7 @@ Si vous navez 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 :** 24.2.0~ynh1
**Version incluse :** 24.3.0~ynh1
## Captures décran

View file

@ -5,7 +5,7 @@ name = "Actual"
description.en = "Local-first personal finance tool"
description.fr = "Premier outil de finances personnelles local"
version = "24.2.0~ynh1"
version = "24.3.0~ynh1"
maintainers = ["eric_G"]
@ -40,8 +40,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v24.2.0.tar.gz"
sha256 = "703e0a7533e399f7645ab5305f6b67d18b9ea7c123f59af92b8f4108c6ce99c8"
url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v24.3.0.tar.gz"
sha256 = "08a482d071b9fdd0fa1a186d6d4a3e797154b6f34ae7e3bcfc190a005dbc5fec"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]