From 2d083aa7566b010558ac0eec82493b3764b682e6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 14 May 2024 03:44:18 +0200 Subject: [PATCH] Upgrade to v5.8.55 https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.55 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 950a9e8..3f62ff5 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.54~ynh1" +version = "5.8.55~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.54/invoiceninja.zip" - sha256 = "ca9299c8ecdb7f0afb71903f7fb2c34e72492e238c27695f747af37428c19da0" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.55/invoiceninja.zip" + sha256 = "267b58e03d056e54e641a306255e7622aa9d5efedb93dc670980dc55ae997823" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"