From e1668d537cb1b3cba6f0ef0806c4fcffa5b5e8e2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 17 Aug 2025 00:19:26 +0200 Subject: [PATCH] Upgrade sources - `main` v5.12.16: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.12.16 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8512e75..4098058 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,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.12.13~ynh1" +version = "5.12.16~ynh1" maintainers = ["Sebastian Gumprich"] @@ -61,8 +61,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.13/invoiceninja.tar" - sha256 = "0386accd22246d9edc2b65faad186c38936da58844ff71b5bd16d2ef562dba86" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.12.16/invoiceninja.tar" + sha256 = "4cae6a2d31535e5507cd367fe2786c14633f9a4d0a465b20a2e0279896896de7" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"