From 9ad0df70546d39c088fc4306925c3378d2669ca0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 8 Jul 2023 20:16:08 +0200 Subject: [PATCH] Upgrade to v5.6.15 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7f56951..120a0f8 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.6.14~ynh1" +version = "5.6.15~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.6.14/invoiceninja.zip" - sha256 = "86f64d031af8788f5158b10f3cc92c994e6ecb9e6e432f8d8551545b85f60b3e" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.6.15/invoiceninja.zip" + sha256 = "6c1df58b94f545330191e2433a0070e31163efb8df521f15b448ff9f188fa484" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"