From 4c98e5a74d311c0a966dd19038c90d5c6f3bc0b2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 7 Jul 2025 00:15:09 +0200 Subject: [PATCH] Upgrade sources - `main` v5.12.8: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.12.8 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8874090..339c269 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.12.6~ynh1" +version = "5.12.8~ynh1" maintainers = ["Sebastian Gumprich"] @@ -61,8 +61,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.6/invoiceninja.tar" - sha256 = "1af8ddc6c78bf3086f764b16433e92355ee1b6ef9fc7a71e0c256354f8f29036" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.8/invoiceninja.tar" + sha256 = "cbe35bc24e1a96a66ff2d8b4f5f642989ce8b2e39018208451d39892fe574e9c" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"