From e7cddb4ce85813e958996ab819f5fa2ac1742b57 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 7 Jun 2026 01:41:44 +0200 Subject: [PATCH] Upgrade sources - `main` v5.13.24: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.13.24 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4bf75de..f29da9c 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.13.23~ynh1" +version = "5.13.24~ynh1" maintainers = ["Sebastian Gumprich"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.13.23/invoiceninja.tar" - sha256 = "4ea0092735c458a6a404db6d97084e94bfce3a5dd31361c7bf9f19ec97d67791" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.13.24/invoiceninja.tar" + sha256 = "2cadc03513d38795c3833346befae406e66d221cdd1a72b4cf2f9c1effe35452" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"