From 44d269ccec631885ea5c06b80c06388d6f3b1763 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Apr 2024 03:36:22 +0200 Subject: [PATCH] Upgrade to v5.8.49 https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.49 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d7142e3..9eb4460 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.48~ynh1" +version = "5.8.49~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.48/invoiceninja.zip" - sha256 = "b74a2be92246f6676d65d674dcc3e5636343b9493cf08686bb52937f3c44cad5" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.49/invoiceninja.zip" + sha256 = "def465d8b0fa9f2940bbee954ba3b1438cb430be1ae14843ab0e6daea6ca3f3e" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"