From 8c1d0d1b16e47ca61cc5f15e9d7a31520f6ec7d6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Mar 2024 02:38:04 +0100 Subject: [PATCH] Upgrade to v5.8.37 https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.37 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1521e0d..f399e65 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.8.36~ynh1" +version = "5.8.37~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.8.36/invoiceninja.zip" - sha256 = "6e41728c46440383d4a232dd309c6913b482033b81f79072dace0897a89ccd93" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.37/invoiceninja.zip" + sha256 = "2ca95364541bcc761bac02e0accb168ac2f574c85656c39a4393e51923b82f65" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"