From 1d08103e93fabde82317bc47f6124dd734cf3c7a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 18 Mar 2025 00:10:54 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.59: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.59 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e4260f9..7bd2447 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,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.11.56~ynh1" +version = "5.11.59~ynh1" maintainers = ["Sebastian Gumprich"] @@ -61,8 +61,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.56/invoiceninja.tar" - sha256 = "979498b1e5afffa8de305b919bd799ba6c6a2b343d5a82ce94f9f6b969a61b03" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.59/invoiceninja.tar" + sha256 = "f347fc093e1da67e70b9eff9d5ce9de4ce639fa814d4c38f72288ed765aae19c" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"