From 9fa55265ab778942ebc5287731ad386bec2295f5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 Jul 2024 03:35:27 +0200 Subject: [PATCH] Upgrade sources - `main` v5.10.13: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.13 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 70d35d1..4d98a18 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.12~ynh1" +version = "5.10.13~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.10.12/invoiceninja.tar" - sha256 = "c6062fd860ae1a016c8453b313a8a3f5a717b0c6245a7493068d58eda7a541d8" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.13/invoiceninja.tar" + sha256 = "4aa6cc70111bf55f341bc9c86fdd4a9c70ce47333c6ad3ef89e7bb04fc1c994a" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"