ScoopInstaller_Main/racket.json
2018-10-26 23:00:33 +00:00

44 lines
1.2 KiB
JSON

{
"version": "7.1",
"homepage": "https://racket-lang.org",
"license": "LGPL-3.0",
"architecture": {
"64bit": {
"url": "https://mirror.racket-lang.org/installers/7.1/racket-7.1-x86_64-win32.exe#/dl.7z",
"hash": "788a9d1e37e9ca16cf39f9328afa8d8e2017d7a1d7de581baa4b50c0fd7af26e"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/7.1/racket-7.1-i386-win32.exe#/dl.7z",
"hash": "d561713d1356f1c12d1fbb20f9d6246c1031856b97d17f51365cabf582302125"
}
},
"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"
}
}
}
}