From 2184f85d851575da9aae39c865104015df840603 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 27 Jan 2025 00:13:42 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.31: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.31 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c562fbe..eec752b 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.11.29~ynh1" +version = "5.11.31~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.11.29/invoiceninja.tar" - sha256 = "157f23b4dde1ac00899f3399aeab026ae2246350ad4876e4c777ebeda65ee7ae" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.31/invoiceninja.tar" + sha256 = "4e5d350e4cdb3407c1af4ae5cfb92810616a72a87841ba46387235f7c421a267" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"