ScoopInstaller_Main/bucket/highlight.json
2022-02-04 12:29:03 +00:00

51 lines
1.8 KiB
JSON

{
"version": "3.36",
"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.36-x64.zip",
"hash": "522cafcfc5a6255b5869858b66bde6437b9b6997caca812be266b505a925e7b3",
"extract_dir": "highlight-3.36-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.36.zip",
"hash": "c7631ac5eba898cef9aa45b5357a19f52092f8f1773c9ad56bcc6b2ac0a46795",
"extract_dir": "highlight-3.36"
}
},
"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"
}
}
}
}