ScoopInstaller_Main/racket.json
2017-04-27 23:01:22 +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": "023c6fe241657ab62bc02137284552cad39a6197bb6b47eb615d3cb9534436d9"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/6.9/racket-6.9-i386-win32.exe#/dl.7z",
"hash": "3af77dab2746150cfca9ac98cd0c049fe978f6a105c7b1a6380dd69fe7097c84"
}
},
"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"
}
}
}
}