From c7aff6e4bc23bc1fb2a9cbce1548313fb5a51b6f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 27 Dec 2024 13:31:03 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.7: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.7 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index fdd654b..0629b51 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.6~ynh1" +version = "5.11.7~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.6/invoiceninja.tar" - sha256 = "cbb31c80ba9e9aa0883dc6f8336fc2eddf317f1d491bde6086c396301af1a1d4" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.7/invoiceninja.tar" + sha256 = "5d2a0d358439004e01860e2b5004616db3a786c872de9f3c8897c098dcce8cea" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"