From 0e3de442e28d35e3aceffd1b98c82319b69bf2f6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 4 Nov 2023 05:16:25 +0100 Subject: [PATCH] Upgrade to v5.7.44 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6b2ee5a..78666a3 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.7.42~ynh1" +version = "5.7.44~ynh1" maintainers = ["Sebastian Gumprich"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.42/invoiceninja.zip" - sha256 = "668be409d975b25f9370e86d0830eb59d1a513f873aaf049341671790301c4da" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.44/invoiceninja.zip" + sha256 = "572707a5e1cf8913656662334f001651719c49f0db8a04a675e668992748e278" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"