ScoopInstaller_Main/bucket/highlight.json
2020-11-14 10:48:46 +01:00

51 lines
1.8 KiB
JSON

{
"version": "3.59",
"description": "Converts source code to formatted text with syntax highlighting.",
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"license": "GPL-3.0-only",
"notes": "You need to set the working directory of the shortcut to '$dir'",
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.59-x64.zip",
"hash": "6cb793715ec66e575651f08d29768fd16fa66d8d0588f9d50e0c4accfab90fb8",
"extract_dir": "highlight-3.59-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.59.zip",
"hash": "e9aa2328fc82aa930d6d06f9b72cf358c780e70cf9fedb37a49c6191498f87a5",
"extract_dir": "highlight-3.59"
}
},
"bin": "highlight.exe",
"shortcuts": [
[
"highlight-gui.exe",
"Highlight"
]
],
"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",
"regex": "$sha256</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",
"regex": "$sha256</code>\\s+\\|\\s+<a href=\"highlight-[\\d.]+\\.zip"
},
"extract_dir": "highlight-$version"
}
}
}
}