ScoopInstaller_Main/bucket/highlight.json
2022-02-11 12:29:48 +00:00

51 lines
1.8 KiB
JSON

{
"version": "4.1",
"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.1-x64.zip",
"hash": "aa71ccee98da9954258cb1d131eca9d55b817e2b7b2674529dca6af66950d878",
"extract_dir": "highlight-4.1-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-4.1.zip",
"hash": "ac1ba3408f35c042d53ed9b8a4f8dab5bd6b0ace162ba1ebd51e002b776b1ee4",
"extract_dir": "highlight-4.1"
}
},
"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"
}
}
}
}