ScoopInstaller_Main/highlight.json
Jakub Čábera 760e897739 highlight: Bumped to 3.47 (#2825)
- Source code was moved to [Gitlab](https://gitlab.com/saalen/highlight#user-content-overview)
- Added description
2018-11-30 19:40:09 -08:00

51 lines
1.9 KiB
JSON

{
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"version": "3.47",
"description": "Converts source code to formatted text with syntax highlighting.",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.47-x64.zip",
"hash": "140dfc4160f1ed3a240dd21f50c9e9a952cc61498763e724313e5a3745242192",
"extract_dir": "highlight-3.47-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.47.zip",
"hash": "3809d84546ee6b35680b33d2faf31e376db8028ca7dbddaab54d2157bbb92502",
"extract_dir": "highlight-3.47"
}
},
"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"
}
}
}
}