From a3af8bbd5070b96df76b1c2c8ecb55e61ae2050f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 27 Jun 2026 00:15:34 +0200 Subject: [PATCH] Upgrade sources - `main` v5.13.26: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.13.26 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d566abe..ac7a0f7 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.25~ynh1" +version = "5.13.26~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.25/invoiceninja.tar" - sha256 = "a855d0b37efd970ed2c31fc6ea75166c2b730ce0de1497f5f61f326160adee69" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.13.26/invoiceninja.tar" + sha256 = "be344fc3977394b7defda1bf636f33d42108b4045bb310e5aa91176749666dbc" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"