From 9f54ee6e38da43cb28ffbcd26aa9aeb227694a77 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 29 Jun 2024 03:42:40 +0200 Subject: [PATCH] Upgrade to v5.10.4 https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index fc79d16..a2e5f6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,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.9.2~ynh1" +version = "5.10.4~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.9.2/invoiceninja.zip" - sha256 = "bb470136407d4cede9739e9401d792d0f098b51ed21661e7eb6e14aebdf87114" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.4/invoiceninja.tar" + sha256 = "1f57020738a3d735dc1d5b16da4f915886a184c099e78f96be7c2d9fa78b7d70" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.tar"