ScoopInstaller_Main/highlight.json
2018-04-30 14:00:19 +00:00

49 lines
1.8 KiB
JSON

{
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"version": "3.43",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.43-x64.zip",
"hash": "356b37409363539c083c96ed2ecd96f38c820b549fe37fe749061e9ed23e7155",
"extract_dir": "highlight-3.43-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.43.zip",
"hash": "7caabf4eb999a2ee9d730e1d89202906a0413ae36a5fb74ae09b409ccde45a45",
"extract_dir": "highlight-3.43"
}
},
"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"
}
}
}
}
}