mirror of
https://github.com/YunoHost-Apps/diagramsnet_ynh.git
synced 2024-09-03 18:26:33 +02:00
Merge pull request #150 from YunoHost-Apps/ci-auto-update-22.1.0
Upgrade to v22.1.0
This commit is contained in:
commit
a5c4554597
3 changed files with 7 additions and 5 deletions
|
@ -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.0.5~ynh1
|
||||
**Shipped version:** 22.1.0~ynh1
|
||||
|
||||
**Demo:** https://app.diagrams.net/
|
||||
|
||||
|
@ -32,6 +32,7 @@ diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from s
|
|||
* Official app website: <https://www.diagrams.net/>
|
||||
* Official admin documentation: <https://www.diagrams.net/doc>
|
||||
* Upstream app code repository: <https://github.com/jgraph/drawio>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/diagramsnet>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/diagramsnet_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -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.0.5~ynh1
|
||||
**Version incluse :** 22.1.0~ynh1
|
||||
|
||||
**Démo :** https://app.diagrams.net/
|
||||
|
||||
|
@ -32,6 +32,7 @@ Application en ligne qui permet de faire des schémas et du dessin vectoriel
|
|||
* Site officiel de l’app : <https://www.diagrams.net/>
|
||||
* Documentation officielle de l’admin : <https://www.diagrams.net/doc>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/jgraph/drawio>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/diagramsnet>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/diagramsnet_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -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.0.5~ynh1"
|
||||
version = "22.1.0~ynh1"
|
||||
|
||||
maintainers = ["Gofannon"]
|
||||
|
||||
|
@ -40,8 +40,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/jgraph/drawio/archive/refs/tags/v22.0.5.tar.gz"
|
||||
sha256 = "5310c5971f3e4617cd9052174f55b4fdb823fd3f96140260adb4acc0c3cfcadd"
|
||||
url = "https://github.com/jgraph/drawio/archive/refs/tags/v22.1.0.tar.gz"
|
||||
sha256 = "f2722cc19ab6c0c1dc7f998fc4876ffe5eee3bf4208e8aea4cf1f4f8aaa07166"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue