From 8361ca753c4b4fe813f1128f6dfd3e7a4916fb44 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 28 Jan 2024 21:31:54 +0100 Subject: [PATCH] Upgrade to v5.8.17 Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.17 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9dcfb29..b2eb39b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "InvoiceNinja" description.en = "Create and email invoices, track payments and expenses" description.fr = "Créez et envoyez des factures par e-mail, suivez les paiements" -version = "4.5.50~ynh1" +version = "5.8.17~ynh1" maintainers = ["rndmh3ro"] @@ -57,8 +57,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://download.invoiceninja.com/ninja-v4.5.50.zip" - sha256 = "54ba1cd5747892b346684294dc3512541dc86c6d67bc28126bcd3bf6c206b0d2" + url = "https://github.com/invoiceninja/invoiceninja/archive/refs/tags/v5.8.17.tar.gz" + sha256 = "aa8e616fcf89a4d6ebce2fa5b9afa9cbafc98b7375ff90b75582b2692cf6a24d" autoupdate.upstream = "https://github.com/invoiceninja/invoiceninja" autoupdate.strategy = "latest_github_release"