From e48c408bc4bcb4a86a9214e26f3458612799eb52 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 11 Aug 2023 20:16:18 +0200 Subject: [PATCH] Upgrade to v5.6.30 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2be7031..57344fb 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.6.28~ynh1" +version = "5.6.30~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.6.28/invoiceninja.zip" - sha256 = "3d2bfd5106984cdfacbfb53c57ee8b712c0f4daedc75a0c07bcfef25cef50816" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.6.30/invoiceninja.zip" + sha256 = "e0ec3c3d8e1ce95b20d6fa624edd49134751bdf318ed906c288192d05728e095" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip"