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

Update manifest.toml

This commit is contained in:
Tagadda 2024-02-22 20:01:17 +01:00
parent cb634718dc
commit 862c509dc1

View file

@ -5,7 +5,7 @@ name = "Mastodon"
description.en = "Libre and federated social network" description.en = "Libre and federated social network"
description.fr = "Réseau social libre et fédéré" description.fr = "Réseau social libre et fédéré"
version = "4.1.7~ynh2" version = "4.2.3~ynh1"
maintainers = ["yalh76"] maintainers = ["yalh76"]
@ -22,8 +22,11 @@ fund = "https://joinmastodon.org/sponsors"
yunohost = ">= 11.2" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = true ldap = true
sso = false sso = false
disk = "2G" disk = "2G"
ram.build = "1G" ram.build = "1G"
ram.runtime = "500M" ram.runtime = "500M"
@ -49,8 +52,8 @@ ram.runtime = "500M"
[resources] [resources]
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/tootsuite/mastodon/archive/refs/tags/v4.1.7.tar.gz" url = "https://github.com/tootsuite/mastodon/archive/refs/tags/v4.2.3.tar.gz"
sha256 = "5eb42a1a7aa79b44edc33011c8a1cbbec52b9ee480f22d3121924cffdfab2a28" sha256 = "328ced93a073e775c355956ea298f5796be5af7f584442fdd8e65190117c631f"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
[resources.system_user] [resources.system_user]