From 9cb6e5770bddaedc6bf51913a82b443cb4291168 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 27 Feb 2026 00:18:27 +0100 Subject: [PATCH] Upgrade sources - `main` v5.12.69: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.12.69 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4debbe9..7a6b6d0 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.12.66~ynh1" +version = "5.12.69~ynh1" maintainers = ["Sebastian Gumprich"] @@ -60,8 +60,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.66/invoiceninja.tar" - sha256 = "8465be742596a08096100cabd8c000f57c1a6b7879919be0c9f1bdacb7c7a5d4" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.69/invoiceninja.tar" + sha256 = "ca97b853c9c2a2ff1c82fa374a48f23245077cdef911e2748a1543cac5f50139" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"