From ea016873d3e7785a819baec09d1f84e0ba3148f3 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Tue, 19 Mar 2024 23:01:55 +0100 Subject: [PATCH] Upgrade to v4.2.0 (#70) * Upgrade to v4.2.0 https://github.com/grocy/grocy/releases/tag/v4.2.0 * Auto-update README --- README.md | 17 ++++++++--------- README_fr.md | 19 +++++++++---------- manifest.toml | 6 +++--- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index c210b6d..42686cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -17,10 +17,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview grocy is a web-based self-hosted groceries & household management solution for your home. +**Shipped version:** 4.2.0~ynh1 -**Shipped version:** 4.1.0~ynh1 - -**Demo:** https://en.demo.grocy.info/stockoverview +**Demo:** ## Screenshots @@ -28,10 +27,10 @@ grocy is a web-based self-hosted groceries & household management solution for y ## Documentation and resources -* Official app website: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -39,7 +38,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug or sudo yunohost app upgrade grocy -u https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 26c1c39..a62659e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -17,10 +17,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble grocy is a web-based self-hosted groceries & household management solution for your home. +**Version incluse :** 4.2.0~ynh1 -**Version incluse :** 4.1.0~ynh1 - -**Démo :** https://en.demo.grocy.info/stockoverview +**Démo :** ## Captures d’écran @@ -28,10 +27,10 @@ grocy is a web-based self-hosted groceries & household management solution for y ## Documentations et ressources -* Site officiel de l’app : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -39,10 +38,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug ou sudo yunohost app upgrade grocy -u https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index a1db796..b683693 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Grocy" description.en = "Web-based groceries & household management solution for your home" description.fr = "Solution Web de gestion d'épicerie et de gestion de la maison" -version = "4.1.0~ynh1" +version = "4.2.0~ynh1" maintainers = [""] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/grocy/grocy/releases/download/v4.1.0/grocy_4.1.0.zip" - sha256 = "638ac71603e614770dac44e5bcc2d74abd2fd3ba761b37e32752631f66065e85" + url = "https://github.com/grocy/grocy/releases/download/v4.2.0/grocy_4.2.0.zip" + sha256 = "ddc8b5841f90d41f1ce93cf8bf9af58d7ee7e651b570559a323062eec9a79dd9" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "grocy_.*.zip"