From bf02f728e7609ca4c04cd2c61407c8169a4af5ff Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Nov 2024 00:10:17 +0100 Subject: [PATCH] Upgrade sources - `main` v5.10.48: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.48 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 74509b4..be60341 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.47~ynh1" +version = "5.10.48~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.47/invoiceninja.tar" - sha256 = "195ec7a00815ccb865fbb5da818eb0a87299badf007ca16aa96267a16a2bdd49" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.48/invoiceninja.tar" + sha256 = "4e21e427798e82f5bf9b224dbf915bc0826af36d3437cd8f5b39b3051386ed33" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"