From 1ab8dbb76601552de3621b4b40cf73b456ea10a0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Jun 2023 20:16:06 +0200 Subject: [PATCH 1/3] 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" From 2204ebfb282c76a18cf1b0b58626f1d66417928d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Jun 2023 18:16:09 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c773e41..68f0a24 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.5.124~ynh1 +**Shipped version:** 5.6.2~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index 8f648f2..eda6b02 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Version incluse :** 5.5.124~ynh1 +**Version incluse :** 5.6.2~ynh1 **Démo :** https://app.invoiceninja.com/dashboard From 0996433e4bba5ad60feb1dd70619d6536e77eccc Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Fri, 16 Jun 2023 09:49:41 +0200 Subject: [PATCH 3/3] change manifest to use releases releases contain the built application, the tags only the source --- manifest.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index fb76be9..2674d04 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,11 +55,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/archive/refs/tags/v5.6.2.tar.gz" - sha256 = "3e946d4a9f00f254221c455f9b986f357b50c4621d54cb60e11ed4c147f176bf" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.6.2/invoiceninja.zip" + sha256 = "ba4dcd9a02602aae61bbe5b002fbc232f88026f5ccdd3347d6b37dfd2fbc983e" in_subdir = false - rename = "invoiceninja.zip" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.system_user]