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

Fix checksum

This commit is contained in:
Andrew Webberley 2024-06-08 14:12:52 -07:00 committed by GitHub
parent 5ed69f8fc5
commit 96b9408c03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ ram.runtime = "50M"
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/archive/ebb9452b8ffcb732b4ce32b99c1c7455c639e71d.tar.gz"
sha256 = "8e5ccabdbd658eeb0c06cdf01a19a474659efe466bbdea3d17c008aa36a1cb07" sha256 = "53d9cd1d1519c9d93800687624d628163e1d174845f0bdf0a0a44d51900492c1"
autoupdate.upstream = "https://github.com/actualbudget/actual" autoupdate.upstream = "https://github.com/actualbudget/actual"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"