From 57795a4f52dd2ea730533eb564f7fc45d6486ece Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Oct 2023 18:16:34 +0200 Subject: [PATCH] Upgrade to v5.7.31 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 85fd099..871e3d0 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.31~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.31/invoiceninja.zip" + sha256 = "447370c47a7a75f0ac6c74be3eaa18320f95432f6690d2244d9de83752a2d3b8" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"