From 1ab8dbb76601552de3621b4b40cf73b456ea10a0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Jun 2023 20:16:06 +0200 Subject: [PATCH] Upgrade to v5.6.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 58b26b7..fb76be9 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.5.124~ynh1" +version = "5.6.2~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.5.124/invoiceninja.zip" - sha256 = "484b2a927a2249d7707ad96c5fa44b61d8daa0b7a052aaf13421dee1e6ff6fc7" + url = "https://github.com/invoiceninja/invoiceninja/archive/refs/tags/v5.6.2.tar.gz" + sha256 = "3e946d4a9f00f254221c455f9b986f357b50c4621d54cb60e11ed4c147f176bf" in_subdir = false rename = "invoiceninja.zip" autoupdate.strategy = "latest_github_tag"