mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"version": "6.10.1",
|
|
"homepage": "https://racket-lang.org",
|
|
"license": "LGPL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/6.10.1/racket-6.10.1-x86_64-win32.exe#/dl.7z",
|
|
"hash": "5875d9f5c88f37a323bff1094ff39a1c803d67648659c0a305a46d7e290ab67a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/6.10.1/racket-6.10.1-i386-win32.exe#/dl.7z",
|
|
"hash": "b1bd0ea79f1e02205e01590cba58348fddc5cfdfc17319a238b5865c1c45b61e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|