From f520c6e3c74bc4d0612c991e1d6430fe337e780f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 5 Jul 2023 20:16:26 +0200 Subject: [PATCH] Upgrade to v5.6.7 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d742209..7402d2d 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.5~ynh1" +version = "5.6.7~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.5/invoiceninja.zip" - sha256 = "742028e391f9f091c2ab876d1b58d98cf69d127d4a7abfcf6f70fe0d4cba77f0" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.6.7/invoiceninja.zip" + sha256 = "185417b5d11bfd2db5218307f6615b96b70cf31f09a83fd28df4cb8617397fdc" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"