Update highlight to version 3.38

Add autoupdate and shortcut
This commit is contained in:
Richard Kuhnt 2017-07-26 19:51:03 +02:00
parent 976c1d67c5
commit ddf144e2f4

View File

@ -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": "<code>([a-fA-F0-9]{64})</code>\\s+\\|\\s+<a href=\"highlight-(?:[\\d.]+)-x64.zip.asc\">",
"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": "<code>([a-fA-F0-9]{64})</code>\\s+\\|\\s+<a href=\"highlight-(?:[\\d.]+).zip.asc\">",
"url": "http://www.andre-simon.de/zip/download.php"
}
}
}
}
}