diff --git a/README.md b/README.md index 9769761..6633016 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 SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released. -**Shipped version:** 5.0.0~ynh1 +**Shipped version:** 5.0.0~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 35c6a26..91d9689 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 SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'utilisateur d'aucune sorte - 100 % privée de par sa conception ! -**Version incluse :** 5.0.0~ynh1 +**Version incluse :** 5.0.0~ynh2 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index f4a590d..59574ab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SimpleX" description.en = "Messaging platform operating without user identifiers" description.fr = "Plate-forme de messagerie fonctionnant sans identifiants d'utilisateurs" -version = "5.0.0~ynh1" +version = "5.0.0~ynh2" maintainers = ["eric_G"] @@ -19,7 +19,7 @@ fund = "https://opencollective.com/simplex-chat" [integration] yunohost = ">= 11.1.19" -architectures = ["amd64"] +architectures = ["amd64", "arm64"] multi_instance = false ldap = "not_relevant" sso = "not_relevant" @@ -33,8 +33,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.0.0/smp-server" - sha256 = "fd5c88355496ae09aad7dba582be99307813a18550d870b742c12b8a17f41b71" + amd64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.0.0.1/smp-server_amd64" + amd64.sha256 = "fd5c88355496ae09aad7dba582be99307813a18550d870b742c12b8a17f41b71" + arm64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.0.0.1/smp-server_arm64" + arm64.sha256 = "b59f26e4ad1a5a8b1e0e6d564c01a713d26c4b01dd6f1e27dea8961df2468002" in_subdir = false extract = false rename = "smp-server"