From 7209669961813e9f2c7b69d21e7eb431dd9de9f5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 8 Apr 2025 00:12:38 +0200 Subject: [PATCH] Upgrade sources - `main` v5.11.64: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.11.64 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b7512df..b009952 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.11.63~ynh1" +version = "5.11.64~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.11.63/invoiceninja.tar" - sha256 = "19ac1ff5765c198716e123846ccb5bbe8010fef1b6a96c5408a9e0495c2cb90c" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.64/invoiceninja.tar" + sha256 = "3a116db7f807d6063476a81187a9c80699e0edf94935d7a48cf1dc900d08c5d0" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"