From ce3e47753fcbecb187adbff58b27d907d04dd94e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Jan 2024 17:16:43 +0100 Subject: [PATCH] Upgrade to v5.8.10 Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.10 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index bef8dc7..607e209 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.8.9~ynh1" +version = "5.8.10~ynh1" maintainers = ["Sebastian Gumprich"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.9/invoiceninja.zip" - sha256 = "67b27ed3c15fcaf1d13386b25b6e52172d7660f1ad6ea6d71cb6028248ded501" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.10/invoiceninja.zip" + sha256 = "7ec22811d4c560b68055f5158074dc52b25cbeeceb5629cdbb22795cb31b74e9" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"