ScoopInstaller_Main/bucket/highlight.json
2019-11-11 19:00:14 +00:00

51 lines
1.9 KiB
JSON

{
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"version": "3.54",
"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.54-x64.zip",
"hash": "40f20c18a562e5ccea4dcf28e2580bc02dc0dd93b6a3c69b4e03c28bdd97258b",
"extract_dir": "highlight-3.54-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.54.zip",
"hash": "019e4b23d7c43cdbceab4a7b920a36c7812cdfcdbca4001d2559036b42870b11",
"extract_dir": "highlight-3.54"
}
},
"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"
}
}
}
}