From 0df883ca66921afdbbb7473210ccbde3a4e8942a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 5 Mar 2025 00:15:35 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.51: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.51 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b29a54c..2c4171f 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.43~ynh1" +version = "5.11.51~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.43/invoiceninja.tar" - sha256 = "4d7cbc5d23bbc494b4445dd8fa0a02c24b1b820530ed6d3c1e95531b6343af20" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.51/invoiceninja.tar" + sha256 = "68afd19c03281e45d8533a69cb30bf8358b2009bb57cbf12d685571ea6c41b9c" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"