From 8e82caeb1a77e56a22fb0d84710f62c3214e4c0f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 13 Feb 2025 00:12:34 +0100 Subject: [PATCH] Upgrade sources - `main` v5.11.39: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.39 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 85f26e0..df91a57 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.38~ynh1" +version = "5.11.39~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.38/invoiceninja.tar" - sha256 = "96fa8002ba698dbd90301722eadf35cd3884ff42b11e25551f6cf5c7c94dcba5" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.39/invoiceninja.tar" + sha256 = "5372be3d46165f16e2ba6d88d408c556f32987a0496eed7097cfced286003df9" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"