mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "8.11.1",
|
|
"description": "Minimal Racket installation, without DrRacket/docs",
|
|
"homepage": "https://racket-lang.org",
|
|
"license": "LGPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/8.11.1/racket-minimal-8.11.1-x86_64-win32.exe#/dl.7z",
|
|
"hash": "4843a6883cc526a1b9d65c1020d5c22e82acf083e765d4214527c0d702d0c650"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/8.11.1/racket-minimal-8.11.1-i386-win32.exe#/dl.7z",
|
|
"hash": "332e65307c84108ac77dadd03a05dceb8b637da7e8223e8fcbbea5644285d461"
|
|
}
|
|
},
|
|
"bin": [
|
|
"racket.exe",
|
|
"raco.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://download.racket-lang.org/",
|
|
"regex": "Version ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/$version/racket-minimal-$version-x86_64-win32.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/$version/racket-minimal-$version-i386-win32.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://download.racket-lang.org/releases/$version/",
|
|
"regex": "$basename.*?\"checksum\">$sha1</span>"
|
|
}
|
|
}
|
|
}
|