From 1b0d0fe7a92d94badafde849e9fc186ca15ed1f0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 2 Feb 2025 00:13:15 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.34: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.34 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f380461..8cc03c0 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.33~ynh1" +version = "5.11.34~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.33/invoiceninja.tar" - sha256 = "2ec92e3661c70383f0897636b4cead9c2a1288d45a13d461edd46024946a5673" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.34/invoiceninja.tar" + sha256 = "77591ff6085a877a6c6a2390359e47d2021ad87cce3e2c75be48518b7a73a04f" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"