From 4e1fcdd5e828bb3a51ed8e4bcac8d3781184ffd0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 21 Dec 2024 00:17:52 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.6: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.6 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dcba58a..fdd654b 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.11.4~ynh1" +version = "5.11.6~ynh1" maintainers = ["Sebastian Gumprich"] @@ -59,8 +59,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.4/invoiceninja.tar" - sha256 = "b06e70d2717d2688d0097d42dd5446a00ed980061dcc1b6d1552490986c18fbd" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.6/invoiceninja.tar" + sha256 = "cbb31c80ba9e9aa0883dc6f8336fc2eddf317f1d491bde6086c396301af1a1d4" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"