From 9c4c8e659fe590b5b2035ddc1130ac8e2c58de70 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 1 Feb 2024 21:32:24 +0100 Subject: [PATCH] Upgrade to v5.8.21 Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.21 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 45142d9..c624535 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.20~ynh1" +version = "5.8.21~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.20/invoiceninja.zip" - sha256 = "309990ea3ef8d3765da8444b8348bfc0ebbab2d884d7d03437903871e7f01126" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.21/invoiceninja.zip" + sha256 = "715105cafc396ea2d6709cd05241ba5d26d01bc447396db62d37a193fb6e7182" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"