From 8e95948316a94de02a172eb4ccfc6c05fccc212e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 23 Jan 2026 00:17:37 +0100 Subject: [PATCH] Upgrade sources - `main` v5.12.48: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.12.48 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d2c5516..32ff178 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.46~ynh1" +version = "5.12.48~ynh1" maintainers = ["Sebastian Gumprich"] @@ -60,8 +60,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.46/invoiceninja.tar" - sha256 = "59f295f1fd59f44af0093fee4cd067da366fd2e5e765f5214ea357b48a6e063f" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.48/invoiceninja.tar" + sha256 = "e879be09c1814dafcf83b67e909cdabf4976f4cee0c32a457ea08755e7cfc95c" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"