From 76debad072b5fe7880535ce267cd01bfaca977e2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Aug 2024 03:36:23 +0200 Subject: [PATCH] Upgrade sources - `main` v5.10.24: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.24 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f305a27..e4cdd48 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.21~ynh1" +version = "5.10.24~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.21/invoiceninja.tar" - sha256 = "c13c6c700e1e31322a6aa399464e17b8cf96657719f9e83ed7b0632760110b6e" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.24/invoiceninja.tar" + sha256 = "04a201b239e2f9e76ee365f5484244b620d944f1653a1bc1d1da5575046baccf" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"