mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"version": "8.7",
|
|
"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.7/racket-minimal-8.7-x86_64-win32.exe#/dl.7z",
|
|
"hash": "911a350ee45ad1949f86dd12c1f6af218da966695ff2ece349f032a15178a0e9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/8.7/racket-minimal-8.7-i386-win32.exe#/dl.7z",
|
|
"hash": "0b4c0c4d453ae01eb415d77f00c508abb064fc8a38477f6ec0ddcd6c2e5f0660"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|