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

Update manifest.toml

Use Correct Repo and increment version number
This commit is contained in:
Andrew Webberley 2024-06-08 14:55:40 -07:00 committed by GitHub
parent 96b9408c03
commit 9f5425737c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ name = "Actual"
description.en = "Local-first personal finance tool" description.en = "Local-first personal finance tool"
description.fr = "Premier outil de finances personnelles local" description.fr = "Premier outil de finances personnelles local"
version = "24.6.0~ynh1" version = "24.6.0~ynh2"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -56,8 +56,8 @@ ram.runtime = "50M"
sha256 = "2348b5748edbf6a2f83a1e899f21fc9f03737cfa79529da0bb57081fa490e2bd" sha256 = "2348b5748edbf6a2f83a1e899f21fc9f03737cfa79529da0bb57081fa490e2bd"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.sources.edge] [resources.sources.edge]
url = "https://github.com/actualbudget/actual/archive/ebb9452b8ffcb732b4ce32b99c1c7455c639e71d.tar.gz" url = "https://github.com/actualbudget/actual-server/archive/1af5ab09e92954235cc3efff74c274c10fb4a2e9.tar.gz"
sha256 = "53d9cd1d1519c9d93800687624d628163e1d174845f0bdf0a0a44d51900492c1" sha256 = "c62cb71234198311acb2143bb32904ceac45f3c406ae2ff1e111406c9eded9d9"
autoupdate.upstream = "https://github.com/actualbudget/actual" autoupdate.upstream = "https://github.com/actualbudget/actual"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"