From 7665053206c2810a79e639fdbd15916a6df23880 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 24 Nov 2023 05:16:38 +0100 Subject: [PATCH] Upgrade to v5.7.54 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 10e363c..7258a5f 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.52~ynh1" +version = "5.7.54~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.52/invoiceninja.zip" - sha256 = "5e036684dd8c6f79b5db0f1ae0994159e95fa52dbf6b466b3a1327fefc54ad7d" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.54/invoiceninja.zip" + sha256 = "fc2c874b00e62e08281ce118af54cef2a15367755db023aa0f7a6b15d106d909" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"