From bf4e6586c2d8556bc2cd54bd12621684078a247a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 5 Sep 2023 06:16:56 +0200 Subject: [PATCH] Upgrade to v5.7.8 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 30119a2..bb13972 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.7~ynh1" +version = "5.7.8~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.7/invoiceninja.zip" - sha256 = "f4f2724d476aaa32f87be293e006eaed8a86b1aaecb2f978f1c8a26237426d1e" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.8/invoiceninja.zip" + sha256 = "71ffed6a69847bec0d61fb8e14af413d0cc9cdbb6530281f835303e7146594a8" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"