mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
51 lines
1.9 KiB
JSON
51 lines
1.9 KiB
JSON
{
|
|
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
|
|
"version": "3.50",
|
|
"description": "Converts source code to formatted text with syntax highlighting.",
|
|
"license": "GPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.andre-simon.de/zip/highlight-3.50-x64.zip",
|
|
"hash": "c69e0a36addb9448b4a46b4f81f01a803258116db631f9ee87d532917d6271a4",
|
|
"extract_dir": "highlight-3.50-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.andre-simon.de/zip/highlight-3.50.zip",
|
|
"hash": "9ae8e86b6a55db8113240974f2fb7a34ca3d2490ee7b14634933a3c1744078c4",
|
|
"extract_dir": "highlight-3.50"
|
|
}
|
|
},
|
|
"bin": "highlight.exe",
|
|
"shortcuts": [
|
|
[
|
|
"highlight-gui.exe",
|
|
"Highlight"
|
|
]
|
|
],
|
|
"notes": "You need to set the working directory of the shortcut to '$dir'",
|
|
"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",
|
|
"find": "([a-fA-F0-9]{64})</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",
|
|
"find": "([a-fA-F\\d]{64})</code>\\s+\\|\\s+<a href=\"highlight-[\\d\\.]+.zip"
|
|
},
|
|
"extract_dir": "highlight-$version"
|
|
}
|
|
}
|
|
}
|
|
}
|