From 956b3acabd8afa102691dc17ec65bb78853f6a79 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Sep 2023 06:16:23 +0200 Subject: [PATCH] Upgrade to v5.7.15 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index bfe94ff..87d6295 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.14~ynh1" +version = "5.7.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.7.14/invoiceninja.zip" - sha256 = "8b2afcfef658b1d4d4b55ce727b198ab6261e330e869d602a43f9c1a34fa3483" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.15/invoiceninja.zip" + sha256 = "c5cbf7e9abfda99207e9f0a2b8bb033c83ad7b49e98e799f352109d0cc55d55c" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"