From 1778096a78c6d6522fbb187662b471d2eae6a15a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 8 Oct 2024 03:46:28 +0200 Subject: [PATCH] Upgrade sources - `main` v5.10.32: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.32 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a63de14..a210b5e 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.31~ynh1" +version = "5.10.32~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.31/invoiceninja.tar" - sha256 = "36ef81aa0725b13a54e76a76e977504c66c63ed60067cd86e3f3c649d873382f" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.32/invoiceninja.tar" + sha256 = "5f3db94ed31f666ba6d4f843be254fcd3b49a764cd3dfabd4b8efb3f325555c3" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"