From bf20dca513a6200e85e85b103e35b8d192589d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:47:30 +0100 Subject: [PATCH 1/6] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ee4ee89..e60c19f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ cpe = "cpe:2.3:a:simplex:simplex_chat" fund = "https://opencollective.com/simplex-chat" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = ["amd64", "arm64"] multi_instance = false ldap = "not_relevant" From 147aa7f45a2afba3eaadf2238791e94c761db937 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 9 Nov 2023 12:47:36 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cdca24..d14856e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ SimpleX - the first messaging platform operating without user identifiers of any * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 0a92191..61bdfe5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'uti * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 0253dcfc5c1fdf7fbb92a1beefa700b83213cae8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 18 Nov 2023 11:28:32 +0100 Subject: [PATCH 3/6] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index e60c19f..689a15c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -35,8 +35,8 @@ ram.runtime = "50M" [resources.sources.main] amd64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.1.0/smp-server_amd64" amd64.sha256 = "017071d4f6126c8aba1c11bc6624a32ec78c3e337ee04ad5c0c508eeb827f5ef" - arm64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.0.0.1/smp-server_arm64" - arm64.sha256 = "b59f26e4ad1a5a8b1e0e6d564c01a713d26c4b01dd6f1e27dea8961df2468002" + arm64.url = "https://github.com/skyuk3000/simplex_ynh/releases/download/5.2.0/smp-server_arm64" + arm64.sha256 = "2a5a6f34230443212d3166ec7c706440eb2748c6cd2b4e47526a4ccf45717584" in_subdir = false extract = false rename = "smp-server" @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources.sources.xftp] amd64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.1.0/xftp-server_amd64" amd64.sha256 = "4c58fe2944cb448fecc70a07e6b3a01d06964da344108019cc9e3eb015c8cbbf" - arm64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.0.0.1/xftp-server_arm64" - arm64.sha256 = "e48e2a57e1992616e33be2b1bda564a978f8bdef3a5e30dce55712bc66278348" + arm64.url = "https://github.com/skyuk3000/simplex_ynh/releases/download/5.2.0/xftp-server_arm64" + arm64.sha256 = "a8f4118610efca9bd7b2d687c04f95a9cf52114d1941c8f94441d80c1c04d92a" in_subdir = false extract = false rename = "xftp-server" From 7ced43e743f4dbcfd2dc217499267a66822397f0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 18 Nov 2023 11:28:51 +0100 Subject: [PATCH 4/6] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 689a15c..183509e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,8 +21,11 @@ fund = "https://opencollective.com/simplex-chat" yunohost = ">= 11.2" architectures = ["amd64", "arm64"] multi_instance = false + ldap = "not_relevant" + sso = "not_relevant" + disk = "50M" ram.build = "150M" ram.runtime = "50M" From b990951b70916035e967ac56f82f4dc90c183c0e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 18 Nov 2023 11:29:10 +0100 Subject: [PATCH 5/6] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 183509e..a235aa5 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.1.0~ynh1" +version = "5.1.0~ynh2" maintainers = ["eric_G"] From e6ef0c3e987a3ba928f88e0d1763bc89d17646b7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 18 Nov 2023 10:29:15 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d14856e..5f42392 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.1.0~ynh1 +**Shipped version:** 5.1.0~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 61bdfe5..57f9dd1 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.1.0~ynh1 +**Version incluse :** 5.1.0~ynh2 ## Captures d’écran