8000 Upgrade to v25.6.0 by yunohost-bot · Pull Request #79 · YunoHost-Apps/actual_ynh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Upgrade to v25.6.0 #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It shall NOT be edited by hand.

Local-first personal finance tool

[![Version: 25.5.0~ynh1](https://img.shields.io/badge/Version-25.5.0~ynh1-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/actual/)
[![Version: 25.6.0~ynh1](https://img.shields.io/badge/Version-25.6.0~ynh1-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/actual/)

<div align="center">
<a href="https://apps.yunohost.org/app/actual"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
Expand Down
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "Actual"
description.en = "Local-first personal finance tool"
description.fr = "Premier outil de finances personnelles local"

version = "25.5.0~ynh1"
version = "25.6.0~ynh1"

maintainers = ["Quiwy"]

Expand Down Expand Up @@ -44,8 +44,8 @@ ram.runtime = "50M"
[resources.sources]

[resources.sources.main]
url = "https://github.com/actualbudget/actual/archive/refs/tags/v25.5.0.tar.gz"
sha256 = "eecf37e3d3907889a24a9c294a25a952555231e89cbf7547d1080d3fcbfb330e"
url = "https://github.com/actualbudget/actual/archive/refs/tags/v25.6.0.tar.gz"
sha256 = "c59313e1f49750a3309460a09c36fa9d82af9316441846536bd23c748edfed43"
autoupdate.strategy = "latest_github_tag"

[resources.system_user]
Expand Down
0