From 7125e40eb7db587a0fcc6aa25cef08508d610ab6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 May 2022 19:13:19 +0200 Subject: [PATCH 1/3] 18.0.1 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 5231603..3dbc282 100644 --- a/conf/app.src +++ b/conf/app.src @@ -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 diff --git a/manifest.json b/manifest.json index eaa99e4..f06a7d7 100644 --- a/manifest.json +++ b/manifest.json @@ -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", From 647bc2f24786b29321d44134711e1a95b5df7896 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 5 May 2022 17:13:24 +0000 Subject: [PATCH 2/3] 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 a66b80d..7633248 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/README_fr.md b/README_fr.md index ee37693..4954b09 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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/ From 88cdc528d325cfd5359b208446effe46bf8e6316 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 May 2022 19:15:31 +0200 Subject: [PATCH 3/3] Update updater.sh --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 6bbdfc4..4ab9446 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -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" ;; *)