From 66ba1c79ce45f7c9ce6c8151239878c291df96f4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 14 Jan 2024 05:16:51 +0100 Subject: [PATCH] Upgrade to v5.8.11 Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.11 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 607e209..9e25f96 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.10~ynh1" +version = "5.8.11~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.10/invoiceninja.zip" - sha256 = "7ec22811d4c560b68055f5158074dc52b25cbeeceb5629cdbb22795cb31b74e9" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.11/invoiceninja.zip" + sha256 = "a3d3907e7e192d5766c3ce37de4d46391d55a2237ca357dec4af25a9112a035f" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"