From 823076bb6997174fa0c07822f141d1d5740e10da Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Aug 2025 00:13:21 +0200 Subject: [PATCH] Upgrade sources - `main` v5.12.18: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.12.18 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b480270..a35e41e 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.17~ynh1" +version = "5.12.18~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.17/invoiceninja.tar" - sha256 = "7fe95dcbcff6e0cfe79a4e1894819f6d505cea6c3aadcbbdb12983f2190ac6fd" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.18/invoiceninja.tar" + sha256 = "0942f3ad5781300ba28f893b3d44c7badb02f1b44a13d1c91ca4f4f089b4c74a" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"