1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diagramsnet_ynh.git synced 2024-09-03 18:26:33 +02:00

Merge pull request #44 from YunoHost-Apps/ci-auto-update-v18.0.3

Upgrade to version 18.0.3
This commit is contained in:
Éric Gaspar 2022-05-13 10:05:39 +02:00 committed by GitHub
commit 26fa14ed10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 15 deletions

View file

@ -69,26 +69,19 @@ src="app"
tempdir="$(mktemp -d)"
# Download sources and calculate checksum
filename=${asset_url##*/}
filename="temp.tar.gz"
curl --silent -4 -L $asset_url -o "$tempdir/$filename"
checksum=$(sha256sum "$tempdir/$filename" | head -c 64)
# Delete temporary directory
rm -rf $tempdir
# Get extension
if [[ $filename == *.tar.gz ]]; then
extension=tar.gz
else
extension=${filename##*.}
fi
# Rewrite source file
cat <<EOT > conf/$src.src
SOURCE_URL=$asset_url
SOURCE_SUM=$checksum
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=$extension
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
EOT

View file

@ -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.2~ynh1
**Shipped version:** 18.0.3~ynh1
**Demo:** https://app.diagrams.net/

View file

@ -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.2~ynh1
**Version incluse :** 18.0.3~ynh1
**Démo :** https://app.diagrams.net/

View file

@ -1,5 +1,6 @@
SOURCE_URL=https://github.com/jgraph/drawio/archive/v18.0.2.tar.gz
SOURCE_SUM=00c9508997e8aeea1d91d928d6108d321e864786529ac92c0599ca6e0de2306e
SOURCE_URL=https://api.github.com/repos/jgraph/drawio/tarball/v18.0.3
SOURCE_SUM=3096dabfcd8b89d95f75f7b648a6e3caaae26db96b9fb0425aa502ee242857fa
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=

View file

@ -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.2~ynh1",
"version": "18.0.3~ynh1",
"url": "https://www.diagrams.net/",
"upstream": {
"license": "Apache-2.0",
@ -28,7 +28,7 @@
"nginx"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"