From 6952663157f70e868ef52314e2728e756c55161f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 17 Jun 2023 20:16:04 +0200 Subject: [PATCH] Upgrade to v5.6.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2674d04..91ed43b 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.2~ynh1" +version = "5.6.3~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.2/invoiceninja.zip" - sha256 = "ba4dcd9a02602aae61bbe5b002fbc232f88026f5ccdd3347d6b37dfd2fbc983e" + url = "https://github.com/invoiceninja/invoiceninja/archive/refs/tags/v5.6.3.tar.gz" + sha256 = "d23b19f34c83bf7109f7ef286da72f83187e9dfd336f75d4f893c03a5a149d68" in_subdir = false autoupdate.strategy = "latest_github_release"