From fba9f9aed6b00e126920c59d93c127f05c1d2e95 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 20 Mar 2025 00:13:03 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.61: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.61 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7bd2447..5da3390 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.59~ynh1" +version = "5.11.61~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.59/invoiceninja.tar" - sha256 = "f347fc093e1da67e70b9eff9d5ce9de4ce639fa814d4c38f72288ed765aae19c" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.61/invoiceninja.tar" + sha256 = "8eb207b8edb504bcd30cac408881e37bd3687a4973387494501288a2af24d72a" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"