diff --git a/highlight.json b/highlight.json index d9baf9833f..aad3938bc9 100644 --- a/highlight.json +++ b/highlight.json @@ -1,18 +1,48 @@ { "homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php", - "version": "3.35", + "version": "3.38", "license": "GPL3", "architecture": { "64bit": { - "url": "http://www.andre-simon.de/zip/highlight-3.35-x64.zip", - "hash": "b63a88a3f3ea81965f46086df606eeedeffa20608107c7217f3d699ea5610957", - "extract_dir": "highlight-3.35-x64" + "url": "http://www.andre-simon.de/zip/highlight-3.38-x64.zip", + "hash": "ebdae4d9110ff8c49cbd2fb6cf10427d4a3ec90e318b071cf8585125ff813876", + "extract_dir": "highlight-3.38-x64" }, "32bit": { - "url": "http://www.andre-simon.de/zip/highlight-3.35.zip", - "hash": "ea4c81ff647eeb0d19ebf07f576b4b5366dcd34c9a50d397555cae3dfc82c6ee", - "extract_dir": "highlight-3.35" + "url": "http://www.andre-simon.de/zip/highlight-3.38.zip", + "hash": "78033802b5030d5815cf8f6703cf64ed585c66ff17be3e7a2d8b631402d8da77", + "extract_dir": "highlight-3.38" } }, - "bin": "highlight.exe" + "bin": "highlight.exe", + "shortcuts": [ + [ + "highlight-gui.exe", + "Highlight" + ] + ], + "notes": "You need to set the working directory of the shortcut to '$dir'", + "checkver": { + "github": "https://github.com/andre-simon/highlight" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "http://www.andre-simon.de/zip/highlight-$version-x64.zip", + "extract_dir": "highlight-$version-x64", + "hash": { + "find": "([a-fA-F0-9]{64})\\s+\\|\\s+", + "url": "http://www.andre-simon.de/zip/download.php" + } + }, + "32bit": { + "url": "http://www.andre-simon.de/zip/highlight-$version.zip", + "extract_dir": "highlight-$version", + "hash": { + "find": "([a-fA-F0-9]{64})\\s+\\|\\s+", + "url": "http://www.andre-simon.de/zip/download.php" + } + } + } + } }