ScoopInstaller_Main/bucket/highlight.json
2020-04-07 20:01:52 +00:00

51 lines
1.9 KiB
JSON

{
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"version": "3.56",
"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.56-x64.zip",
"hash": "c8973c8872dc69e7a72c9c5aa2b8c78d83793268bae26eb990bc8a87997ba8f3",
"extract_dir": "highlight-3.56-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.56.zip",
"hash": "4cbda85e5b0bf06c01e67463b4b2ec2c00806046c5a55463c12a294d71ba358a",
"extract_dir": "highlight-3.56"
}
},
"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"
}
}
}
}