mirror of
https://github.com/YunoHost-Apps/diagramsnet_ynh.git
synced 2024-09-03 18:26:33 +02:00
commit
15758a9040
5 changed files with 6 additions and 6 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -66,7 +66,7 @@ echo "Handling asset at $asset_url"
|
|||
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
|
||||
# Leave $src empty to ignore the asset
|
||||
case $asset_url in
|
||||
*".tar.gz")
|
||||
"v"*".tar.gz")
|
||||
src="app"
|
||||
;;
|
||||
*)
|
||||
|
|
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams
|
||||
|
||||
**Shipped version:** 18.0.0~ynh1
|
||||
**Shipped version:** 18.0.1~ynh1
|
||||
|
||||
**Demo:** https://app.diagrams.net/
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Application en ligne qui permet de faire des schémas et du dessin vectoriel
|
||||
|
||||
**Version incluse :** 18.0.0~ynh1
|
||||
**Version incluse :** 18.0.1~ynh1
|
||||
|
||||
**Démo :** https://app.diagrams.net/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/jgraph/drawio/archive/v18.0.0.tar.gz
|
||||
SOURCE_SUM=624154dfea3b9e3fd3e3a0174da6455c9fbc4d930e7a5a52c61f4c3a04653ee2
|
||||
SOURCE_URL=https://github.com/jgraph/drawio/archive/v18.0.1.tar.gz
|
||||
SOURCE_SUM=9d9cf798cdf377e5beb50707bbedf8f593cf8cbf064afe2c874c00fbbc60587f
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams",
|
||||
"fr": "Application en ligne qui permet de faire des schémas et du dessin vectoriel"
|
||||
},
|
||||
"version": "18.0.0~ynh1",
|
||||
"version": "18.0.1~ynh1",
|
||||
"url": "https://www.diagrams.net/",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Reference in a new issue