From ec15953dbf298b833cbb1d27c5f60330615543b0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 27 Apr 2025 00:11:36 +0200 Subject: [PATCH 1/3] Upgrade sources - `main` v5.11.72: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.72 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 10651cf..9604002 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.71~ynh1" +version = "5.11.72~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.71/invoiceninja.tar" - sha256 = "9fc932b0beb69b8a023e545ebe1672a2fca03d068cc6a35d1ffeae64d85b9e51" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.72/invoiceninja.tar" + sha256 = "a900b749516a59b431bfb50f91fbd6e5377ac24ad5a0fcf7943de7e163e3f172" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release" From 481ae96ec711a41c9d92e13e62750c2ac255ae44 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 27 Apr 2025 00:11:38 +0200 Subject: [PATCH 2/3] Auto-update READMEs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c25406e..da50848 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Create and email invoices, track payments, expenses, and time tasks [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://invoiceninja.org) [![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://react.invoicing.co/demo) -[![Version: 5.11.71~ynh1](https://img.shields.io/badge/Version-5.11.71~ynh1-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/invoiceninja5/) +[![Version: 5.11.72~ynh1](https://img.shields.io/badge/Version-5.11.72~ynh1-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/invoiceninja5/)
From 2d8166f795f39123cea2b6b1bcf76a8373a01dfb Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 1 May 2025 14:56:37 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9604002..06632a1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,7 +20,7 @@ userdoc = "https://invoiceninja.github.io/" code = "https://github.com/invoiceninja/invoiceninja" [integration] -yunohost = ">= 11.2.30" +yunohost = ">= 12.0.9" helpers_version = "2.1" architectures = "all" multi_instance = true