ScoopInstaller_Main/bucket/highlight.json
2019-08-02 20:01:06 +00:00

51 lines
1.9 KiB
JSON

{
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"version": "3.53",
"description": "Converts source code to formatted text with syntax highlighting.",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.53-x64.zip",
"hash": "b4f3498de9dddc5f7dac927216b62c089ff7abe219334e9c8e0621bc7a9bfe6c",
"extract_dir": "highlight-3.53-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.53.zip",
"hash": "2c744670c843d21e8c52b664bd203fc2faf4d08249ed363c3b4dfd2ecd993949",
"extract_dir": "highlight-3.53"
}
},
"bin": "highlight.exe",
"shortcuts": [
[
"highlight-gui.exe",
"Highlight"
]
],
"notes": "You need to set the working directory of the shortcut to '$dir'",
"checkver": {
"url": "https://gitlab.com/saalen/highlight/tags",
"regex": "v([\\d\\.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-$version-x64.zip",
"hash": {
"url": "http://www.andre-simon.de/zip/download.php",
"find": "([a-fA-F0-9]{64})</code>\\s+\\|\\s+<a href=\"highlight-[\\d\\.]+-x64.zip"
},
"extract_dir": "highlight-$version-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-$version.zip",
"hash": {
"url": "http://www.andre-simon.de/zip/download.php",
"find": "([a-fA-F\\d]{64})</code>\\s+\\|\\s+<a href=\"highlight-[\\d\\.]+.zip"
},
"extract_dir": "highlight-$version"
}
}
}
}