From ab456e63915667194fe953ac1c3cd9e33b903a1e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 23 Nov 2024 00:11:07 +0100 Subject: [PATCH] Upgrade sources - `main` v5.10.54: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.54 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d9bec09..dc57cfc 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.53~ynh1" +version = "5.10.54~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.53/invoiceninja.tar" - sha256 = "23b5b7fc44adf6b41ef27ef559a58d68912e532304c60a4fcc2e62f9f5aa056d" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.54/invoiceninja.tar" + sha256 = "9bfc9f1b669c46067d16ffbe83b850c7b40029c4fee945d5859254a5bdf0103c" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"