From 54f89dca573e948325d62eb3709b94f30b04320a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 21 Feb 2024 22:17:41 +0100 Subject: [PATCH] Upgrade to v5.8.27 https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.27 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b339530..a7fc56c 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.24~ynh1" +version = "5.8.27~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.24/invoiceninja.zip" - sha256 = "f832ca84a6a450ae1f278b3fdf30da6a734eb137fd16bfee536b0ec302ee6b28" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.27/invoiceninja.zip" + sha256 = "9aa7b052c5fb780ff182a847c366f16f8128a1588b87973aec3f1223195a0e11" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"