From 0588af0d02697a280402b1d26dce67b893b9ea7b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 18 Nov 2024 00:13:00 +0100 Subject: [PATCH] Upgrade sources - `main` v5.10.53: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.53 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2929da1..d9bec09 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.52~ynh1" +version = "5.10.53~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.52/invoiceninja.tar" - sha256 = "41582c9a912268928a32c4426953afbbdd8263b938ab0c245cce4e1cd46471b9" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.53/invoiceninja.tar" + sha256 = "23b5b7fc44adf6b41ef27ef559a58d68912e532304c60a4fcc2e62f9f5aa056d" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"