From e3c77a6da0f4066de10c4a866e3bc285e36c06f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:21:14 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 18c5e89..60ce2f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Tor relay" description.en = "Defend Your Privacy! How To Create Your Own Tor Relay!" description.fr = "Défendez votre vie privée ! Comment créer votre propre relais Tor !" -version = "0.4.6.10~ynh2" +version = "0.4.7.13~ynh3" maintainers = [] @@ -17,12 +17,12 @@ code = "https://github.com/torproject/tor" [integration] yunohost = ">= 11.1.17" -architectures = "all" +architectures = ["amd64", "arm64", "i386"] multi_instance = false ldap ="not_relevant" sso = "not_relevant" disk = "50M" -ram.build = "50M" +ram.build = "100M" ram.runtime = "50M" [install]