From dde7ddf01f0e8d5edb5239701d37b953f257e1ae Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 20 Apr 2024 03:40:01 +0200 Subject: [PATCH] Upgrade to v5.8.50 https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.50 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9eb4460..94e0324 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.49~ynh1" +version = "5.8.50~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.49/invoiceninja.zip" - sha256 = "def465d8b0fa9f2940bbee954ba3b1438cb430be1ae14843ab0e6daea6ca3f3e" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.50/invoiceninja.zip" + sha256 = "6f29e9d90837a2d5e6d83f5f59540d2ad20dee6b95cce6b16b25299b2694c349" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"