From f46c911eb4fb433913f84768416e4229f421dc54 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 20 Oct 2023 06:16:22 +0200 Subject: [PATCH] Upgrade to v5.7.33 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 85fd099..9f7f9d8 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.7.30~ynh1" +version = "5.7.33~ynh1" maintainers = ["Sebastian Gumprich"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.30/invoiceninja.zip" - sha256 = "47cef9814562ee0c4dcd998f1c5d8cb14457039464748979f14d27116e587610" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.33/invoiceninja.zip" + sha256 = "d43441cdbcdfa304498bb236e232dafe1883240bbd548245451deaa5c2abea22" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"