From c3cd02eba77250b8843893a04b225682b04d013b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 7 Mar 2026 00:24:34 +0100 Subject: [PATCH] Upgrade sources - `main` v5.12.70: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.12.70 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7a6b6d0..b2972d7 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.69~ynh1" +version = "5.12.70~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.69/invoiceninja.tar" - sha256 = "ca97b853c9c2a2ff1c82fa374a48f23245077cdef911e2748a1543cac5f50139" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.70/invoiceninja.tar" + sha256 = "b631ba3651873f0635131e4c518eff5f0cc803ecfd28bcf3ab012db5be3181fc" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"