mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"version": "6.11",
|
|
"homepage": "https://racket-lang.org",
|
|
"license": "LGPL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/6.11/racket-6.11-x86_64-win32.exe#/dl.7z",
|
|
"hash": "db0ff7e3a731fe5e4963ce45b51a9b8f02459191dc0b069a424cbf5c3884e543"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/6.11/racket-6.11-i386-win32.exe#/dl.7z",
|
|
"hash": "223d48a6650719d39a6a4cafdfbc7f01cf782abc09d4dec6830271364113d4a1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|