From 4ee7de3886ae30f5dbec64b62b162fb28320099e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 27 Mar 2023 17:30:38 +0200 Subject: [PATCH] Upgrade to v6.0.5 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9228749..1d7c3c7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Firefly III" description.en = "Self-hosted financial manager" description.fr = "Gestionnaire de finances personnelles" -version = "6.0.4~ynh1" +version = "6.0.5~ynh1" maintainers = [] @@ -52,8 +52,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/firefly-iii/firefly-iii/archive/refs/tags/v6.0.4.tar.gz" - sha256 = "4b04ea295313f04bae13534983a6e28310770d7b2ce84034df753127c6bc675d" + url = "https://github.com/firefly-iii/firefly-iii/archive/refs/tags/v6.0.5.tar.gz" + sha256 = "2253f00a6f32d12d31908f3d5fde8d67b0f20f9e70cdc186cefe80121cd3868c" autoupdate.strategy = "latest_github_tag" autoupdate.asset = "tarball"