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