From 08e77432e9ce1e89d31c2b9429c0fc6851abecd1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 17 Mar 2025 00:12:58 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.56: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.56 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a00a904..f5229a1 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.55~ynh1" +version = "5.11.56~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.55/invoiceninja.tar" - sha256 = "9133b41a0a0eb6ce17b888a762d3fdb84165b95ec547cebb86b69af67148625e" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.56/invoiceninja.tar" + sha256 = "979498b1e5afffa8de305b919bd799ba6c6a2b343d5a82ce94f9f6b969a61b03" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"