1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-08-06 16:02:11 +02:00
parent f31bccc624
commit f1a1a1c92c

View file

@ -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~ynh3"
version = "4.0.1~ynh1"
maintainers = ["eric_G"]
@ -42,8 +42,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/grocy/grocy/releases/download/v4.0.0/grocy_4.0.0.zip"
sha256 = "49e8be5183396b3cd25a09e682e7f10e5e7249b609e760c118f7349d38e7aaa7"
url = "https://github.com/grocy/grocy/releases/download/v4.0.1/grocy_4.0.1.zip"
sha256 = "1deb09382eef102b591c4500b68e4027829dbb21d71ae8637b692daa5ec33a09"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grocy_.*.zip"
@ -60,4 +60,4 @@ ram.runtime = "50M"
api.protected = true
[resources.apt]
packages = "php8.1-ldap php8.1-mbstring php8.1-fileinfo php8.1-sqlite3 php8.1-gd php8.1-intl"
packages = "php8.2-ldap php8.2-mbstring php8.2-fileinfo php8.2-sqlite3 php8.2-gd php8.2-intl"