Skip to content

Commit

Permalink
Merge pull request #9 from YunoHost-Apps/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
ericgaspar authored Apr 23, 2023
2 parents f083d37 + 2a550a9 commit e5c9a02
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 149 deletions.
137 changes: 0 additions & 137 deletions .github/workflows/updater.sh

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** 4.4.1~ynh3
**Shipped version:** 5.0.0~ynh1

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :** 4.4.1~ynh3
**Version incluse :** 5.0.0~ynh1

## Captures d’écran

Expand Down
21 changes: 11 additions & 10 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "4.4.1~ynh3"
version = "5.0.0~ynh1"

maintainers = ["eric_G"]

Expand All @@ -18,7 +18,7 @@ cpe = "cpe:2.3:a:simplex:simplex_chat"
fund = "https://opencollective.com/simplex-chat"

[integration]
yunohost = ">= 11.1.14"
yunohost = ">= 11.1.18"
architectures = ["amd64"]
multi_instance = false
ldap = "not_relevant"
Expand All @@ -30,6 +30,15 @@ ram.runtime = "50M"
[install]

[resources]

[resources.sources]
[resources.sources.main]
url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.0.0/smp-server"
sha256 = "fd5c88355496ae09aad7dba582be99307813a18550d870b742c12b8a17f41b71"
in_subdir = false
extract = false
rename = "smp-server"

[resources.ports]
main.default = 5223
main.exposed = "TCP"
Expand All @@ -40,11 +49,3 @@ ram.runtime = "50M"
dir = "/usr/local/bin/__APP__"

[resources.permissions]

[resources.sources]
[resources.sources.main]
url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v4.4.1/smp-server"
sha256 = "057b773520d87d0f71958665ff3c099ec7214165fa82551b0c2251ae9165ce03"
in_subdir = false
extract = false
rename = "smp-server"

0 comments on commit e5c9a02

Please sign in to comment.