From 355cf157d1bbdb20d965909e5a1068037ea90a0c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Dec 2024 17:58:25 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.2: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 405d82d..fa6975b 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.10.62~ynh1" +version = "5.11.2~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.10.62/invoiceninja.tar" - sha256 = "554114f81dda412bc152229b084a4447a4c8770559f578a1f1e8bda22301333d" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.2/invoiceninja.tar" + sha256 = "5cb80b5aae342707bf1da8e1153c7c123e72dcdc8c472fc381082d4a1c22ff25" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"