mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
|
"version": "3.60",
|
|
"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.60-x64.zip",
|
|
"hash": "ef358cd4dfdc66377faac15316ce22340926c28ea072fd609b525bbbd6278df6",
|
|
"extract_dir": "highlight-3.60-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.andre-simon.de/zip/highlight-3.60.zip",
|
|
"hash": "849aec8e24e6f01c85f3fa33d591ac6f0b6fed552bc9951884a6d1763cf3826a",
|
|
"extract_dir": "highlight-3.60"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|