From 95850582b658ed8225b7046fe2a0c386e628f697 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 10 Mar 2024 21:39:37 +0100 Subject: [PATCH] Upgrade to v5.8.35 https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.35 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 96b59e0..d1ce785 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.8.33~ynh1" +version = "5.8.35~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.8.33/invoiceninja.zip" - sha256 = "5df3fc1eacc4c449c77a3a28cf6ea147495a8229e43054370e1ebc4aff712091" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.35/invoiceninja.zip" + sha256 = "755d7a4c26aa4c395a4ed16ad21ef2dcf90d0967699848bbee14121dcbd3eaa6" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"