From b8debeb1dd7cb46fd96d400737c3a2b0634be6c6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 5 Apr 2025 00:10:56 +0200 Subject: [PATCH] Upgrade sources - `main` v5.11.63: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.63 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e9f3855..b7512df 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,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.62~ynh1" +version = "5.11.63~ynh1" maintainers = ["Sebastian Gumprich"] @@ -61,8 +61,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.62/invoiceninja.tar" - sha256 = "536f755fe40043f8b1c9f645127f8f6c34ee7863e271bbd4b382f8d783023243" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.63/invoiceninja.tar" + sha256 = "19ac1ff5765c198716e123846ccb5bbe8010fef1b6a96c5408a9e0495c2cb90c" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"