From 387c5774e7e614d69a1e336723e89cc2c9cfd73a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 29 Nov 2023 05:16:36 +0100 Subject: [PATCH] Upgrade to v5.7.55 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7258a5f..18393fc 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.7.54~ynh1" +version = "5.7.55~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.7.54/invoiceninja.zip" - sha256 = "fc2c874b00e62e08281ce118af54cef2a15367755db023aa0f7a6b15d106d909" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.55/invoiceninja.zip" + sha256 = "eefee7049919e488e07072e005a9675ce8c0ad2dc90960dd2ac6a62cedfb440a" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"