From 8eba111ccbb28ecfebb1e8bd99472c74ad0b3bfc Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 31 Jan 2024 21:32:27 +0100 Subject: [PATCH] Upgrade to v5.8.20 Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.20 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d009c7b..45142d9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.8.19~ynh1" +version = "5.8.20~ynh1" maintainers = ["Sebastian Gumprich"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.19/invoiceninja.zip" - sha256 = "0ea132a92d48d416d521a81025b174d6eea2d198dab3be8af97d491c68a5fba4" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.20/invoiceninja.zip" + sha256 = "309990ea3ef8d3765da8444b8348bfc0ebbab2d884d7d03437903871e7f01126" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"