ScoopInstaller_Main/racket.json
Ross Smith II 4897362d0c Fix various hashes + HTTPS everywhere (#1563)
* Fix various hashes

* HTTPS everywhere
2017-06-19 11:39:31 +02:00

44 lines
1.2 KiB
JSON

{
"version": "6.9",
"homepage": "https://racket-lang.org",
"license": "LGPL",
"architecture": {
"64bit": {
"url": "https://mirror.racket-lang.org/installers/6.9/racket-6.9-x86_64-win32.exe#/dl.7z",
"hash": "376c92fb7496fa34fb21800782da72f82d88510c2cc3298e8232b173421c1a10"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/6.9/racket-6.9-i386-win32.exe#/dl.7z",
"hash": "2fd714336125534b191119915bee1bde980344a8a0552c0f65700ca83c19f90a"
}
},
"bin": [
"racket.exe",
"raco.exe"
],
"shortcuts": [
[
"GRacket.exe",
"GRacket"
],
[
"DrRacket.exe",
"DrRacket"
]
],
"checkver": {
"url": "https://download.racket-lang.org/",
"re": "Version ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirror.racket-lang.org/installers/$version/racket-$version-x86_64-win32.exe#/dl.7z"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/$version/racket-$version-i386-win32.exe#/dl.7z"
}
}
}
}