From 7ca344578fb5b9dae879a45fc7c9e946a03beb3b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 28 Jan 2024 21:32:03 +0100 Subject: [PATCH] Upgrade to v5.8.17 Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.17 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8c1b31c..cef6333 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.15~ynh1" +version = "5.8.17~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.15/invoiceninja.zip" - sha256 = "1ecd0a0597ad9d116064159a4537df226fce578cc1150b1581219d340db65052" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.17/invoiceninja.zip" + sha256 = "1feeb4ad2a6dc13c8def018bf99e1de48093960b462258baf58f1033fc6b49db" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"