ScoopInstaller_Main/bucket/highlight.json
2023-03-15 20:28:12 +00:00

51 lines
1.8 KiB
JSON

{
"version": "4.5",
"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.5-x64.zip",
"hash": "98273f15f38c186b7adb79347aa322efc92c4beda8e6f1a9dd95316908d8e1cf",
"extract_dir": "highlight-4.5-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-4.5.zip",
"hash": "418825b6306bf617750797dfb751361110808aeadff53a46023072b97579b799",
"extract_dir": "highlight-4.5"
}
},
"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"
}
}
}
}