From 9d1d5667326e478525ae3d9584bd62ae1eb80f51 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 20 Sep 2024 03:38:45 +0200 Subject: [PATCH] Upgrade sources - `main` v5.10.29: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.10.29 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dd6a8c1..3b3b584 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.27~ynh1" +version = "5.10.29~ynh1" maintainers = ["Sebastian Gumprich"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.27/invoiceninja.tar" - sha256 = "f15f91486da0b859cf5c56af826a707c12d130d8a26eba30f5c69d64d13d14b6" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.29/invoiceninja.tar" + sha256 = "76a15b683a401f76583d1ee6f463ae08429757d28ead07571ff6372228f31d23" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"