From 657907546c69401cf9b4a451589d00abd6ea65d7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 30 Nov 2024 00:13:39 +0100 Subject: [PATCH] Upgrade sources - `main` v5.10.58: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.58 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index ab526a2..0b19817 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.10.55~ynh1" +version = "5.10.58~ynh1" maintainers = ["Sebastian Gumprich"] @@ -59,8 +59,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.55/invoiceninja.tar" - sha256 = "edc8fa5fbd60d01d5b7998e9caf606a1b3369bd5e6ef78e34235d2a01d2e1766" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.58/invoiceninja.tar" + sha256 = "688103260b581a293f7c375a47f1daf502236f3d62b76f3e7b40cd0a63cabeea" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"