ScoopInstaller_Main/bucket/highlight.json
2025-01-07 20:28:05 +00:00

51 lines
1.8 KiB
JSON

{
"version": "4.15",
"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-4.15-x64.zip",
"hash": "0e86f1fca148be832061eb4b8016addcb0059824c02975c9ecb8ae404580b4d0",
"extract_dir": "highlight-4.15-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-4.15.zip",
"hash": "8baee43784b1d4a6c0338f77d53a700729616c61e3280cdec8166252174ca68d",
"extract_dir": "highlight-4.15"
}
},
"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"
}
}
}
}