From 31eb26fcb7c3be17713df4a5d4583ed94e7292d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:37:24 +0200 Subject: [PATCH] Testing (#61) * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4983387..424da53 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in grocy is a web-based self-hosted groceries & household management solution for your home. -**Shipped version:** 4.0.0~ynh2 +**Shipped version:** 4.0.0~ynh3 **Demo:** https://en.demo.grocy.info/stockoverview diff --git a/README_fr.md b/README_fr.md index ad23203..1ea95d5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po grocy is a web-based self-hosted groceries & household management solution for your home. -**Version incluse :** 4.0.0~ynh2 +**Version incluse :** 4.0.0~ynh3 **Démo :** https://en.demo.grocy.info/stockoverview diff --git a/manifest.toml b/manifest.toml index 8e3f2c2..c45a343 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.0.0~ynh2" +version = "4.0.0~ynh3" maintainers = ["eric_G"] @@ -46,7 +46,7 @@ ram.runtime = "50M" sha256 = "49e8be5183396b3cd25a09e682e7f10e5e7249b609e760c118f7349d38e7aaa7" in_subdir = false autoupdate.strategy = "latest_github_release" - autoupdate.asset = "grocy_*.zip" + autoupdate.asset = "grocy_.*.zip" [resources.system_user] @@ -60,4 +60,4 @@ ram.runtime = "50M" api.protected = true [resources.apt] - packages = "php8.2-ldap php8.2-mbstring php8.2-fileinfo php8.2-sqlite3 php8.2-gd php8.2-intl" + packages = "php8.1-ldap php8.1-mbstring php8.1-fileinfo php8.1-sqlite3 php8.1-gd php8.1-intl"