mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
4.0.0 (#56)
* Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
afd8f97af6
commit
f33afc3b00
3 changed files with 7 additions and 7 deletions
|
@ -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.
|
grocy is a web-based self-hosted groceries & household management solution for your home.
|
||||||
|
|
||||||
**Shipped version:** 3.3.2~ynh3
|
**Shipped version:** 4.0.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://en.demo.grocy.info/stockoverview
|
**Demo:** https://en.demo.grocy.info/stockoverview
|
||||||
|
|
||||||
|
|
|
@ -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.
|
grocy is a web-based self-hosted groceries & household management solution for your home.
|
||||||
|
|
||||||
**Version incluse :** 3.3.2~ynh3
|
**Version incluse :** 4.0.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://en.demo.grocy.info/stockoverview
|
**Démo :** https://en.demo.grocy.info/stockoverview
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Grocy"
|
||||||
description.en = "Web-based groceries & household management solution for your home"
|
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"
|
description.fr = "Solution Web de gestion d'épicerie et de gestion de la maison"
|
||||||
|
|
||||||
version = "3.3.2~ynh3"
|
version = "4.0.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ demo = "https://en.demo.grocy.info/stockoverview"
|
||||||
code = "https://github.com/grocy/grocy"
|
code = "https://github.com/grocy/grocy"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.15"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
@ -42,8 +42,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/grocy/grocy/releases/download/v3.3.2/grocy_3.3.2.zip"
|
url = "https://github.com/grocy/grocy/releases/download/v4.0.0/grocy_4.0.0.zip"
|
||||||
sha256 = "285e33c6b0bcae545468129ce222c8b7a4d2007309fad396a6d32c55c8b1556b"
|
sha256 = "49e8be5183396b3cd25a09e682e7f10e5e7249b609e760c118f7349d38e7aaa7"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
@ -54,4 +54,4 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "php8.0-ldap php8.0-mbstring php8.0-fileinfo php8.0-sqlite3 php8.0-gd php8.0-intl"
|
packages = "php8.2-ldap php8.2-mbstring php8.2-fileinfo php8.2-sqlite3 php8.2-gd php8.2-intl"
|
||||||
|
|
Loading…
Reference in a new issue