From 39524fc52dbec10642319acb4af1529d4c9363f8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 5 Feb 2025 00:13:09 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.36: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.36 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8cc03c0..92dd3ca 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.34~ynh1" +version = "5.11.36~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.34/invoiceninja.tar" - sha256 = "77591ff6085a877a6c6a2390359e47d2021ad87cce3e2c75be48518b7a73a04f" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.36/invoiceninja.tar" + sha256 = "7c0aeccf24267dcef09f1e43edf5098154b1df067fa9a71cae19aabfda42aef6" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"