ScoopInstaller_Main/highlight.json
2018-01-23 19:00:20 +00:00

49 lines
1.8 KiB
JSON

{
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"version": "3.42",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.42-x64.zip",
"hash": "4c4a4dcfcefbc74f23ab1a19637a3c2bf1b4448113cbdb5135cb7e641b62c9ca",
"extract_dir": "highlight-3.42-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.42.zip",
"hash": "5ca1ece628f12b939986043d3d9e91cc8df3a7effd9c93d090119b096c8c8c59",
"extract_dir": "highlight-3.42"
}
},
"bin": "highlight.exe",
"shortcuts": [
[
"highlight-gui.exe",
"Highlight"
]
],
"notes": "You need to set the working directory of the shortcut to '$dir'",
"checkver": {
"github": "https://github.com/andre-simon/highlight"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-$version-x64.zip",
"extract_dir": "highlight-$version-x64",
"hash": {
"find": "<code>([a-fA-F0-9]{64})</code>\\s+\\|\\s+<a href=\"highlight-(?:[\\d.]+)-x64.zip.asc\">",
"url": "http://www.andre-simon.de/zip/download.php"
}
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-$version.zip",
"extract_dir": "highlight-$version",
"hash": {
"find": "<code>([a-fA-F0-9]{64})</code>\\s+\\|\\s+<a href=\"highlight-(?:[\\d.]+).zip.asc\">",
"url": "http://www.andre-simon.de/zip/download.php"
}
}
}
}
}