diff --git a/README.md b/README.md index 613de38..bc47b08 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams. -**Shipped version:** 22.1.5~ynh1 +**Shipped version:** 22.1.7~ynh1 **Demo:** https://app.diagrams.net/ diff --git a/README_fr.md b/README_fr.md index 97f29de..463e3bf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Application en ligne qui permet de faire des schémas et du dessin vectoriel -**Version incluse :** 22.1.5~ynh1 +**Version incluse :** 22.1.7~ynh1 **Démo :** https://app.diagrams.net/ diff --git a/manifest.toml b/manifest.toml index 0444dd4..00e0e1e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Diagrams.net" description.en = "Diagram software for making flowcharts, process diagrams, org charts" description.fr = "Application qui permet de faire des schémas et du dessin vectoriel" -version = "22.1.5~ynh1" +version = "22.1.7~ynh1" maintainers = ["Gofannon"] @@ -20,8 +20,11 @@ code = "https://github.com/jgraph/drawio" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -40,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jgraph/drawio/archive/refs/tags/v22.1.5.tar.gz" - sha256 = "27c3d56eee48471774cab868c2cb12b614062d5ecdfe5d1bb7b4e1139f4f9604" + url = "https://github.com/jgraph/drawio/archive/refs/tags/v22.1.7.tar.gz" + sha256 = "c92712ae92660f8cb23bb614b00f061b50d5aab3214768236e45cda9ac56e875" autoupdate.strategy = "latest_github_tag" [resources.system_user]