From 9ca7b700e86cd7bf1d70759fee0daea261760a3b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 19 Oct 2023 06:16:32 +0200 Subject: [PATCH] Upgrade to v5.7.32 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 85fd099..f4f0daf 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.30~ynh1" +version = "5.7.32~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.30/invoiceninja.zip" - sha256 = "47cef9814562ee0c4dcd998f1c5d8cb14457039464748979f14d27116e587610" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.32/invoiceninja.zip" + sha256 = "5f49a69f07bef82b7b09f35c973cf2b8f207091adaaf013cacbce607e2ac8321" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"