mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-04 00:04:40 +00:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"version": "9.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/9.1/racket-minimal-9.1-x86_64-win32.exe#/dl.7z",
|
|
"hash": "b917f47b6dfd1efbc754e3d0510bcaaa4883b4d5419e20bb64be06c9caed9e33"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/9.1/racket-minimal-9.1-i386-win32.exe#/dl.7z",
|
|
"hash": "0961dcebc34d199286318ffd81564ba5e8fa3d1a3d94a65e23b7c4b9ddb7c866"
|
|
},
|
|
"arm64": {
|
|
"url": "https://mirror.racket-lang.org/installers/9.1/racket-minimal-9.1-arm64-win32.exe#/dl.7z",
|
|
"hash": "6490c81a50a0c9783274d7e3c09f3ec8c8d4e0e7891ea7016b231320caaa3b22"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://mirror.racket-lang.org/installers/$version/racket-minimal-$version-arm64-win32.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://download.racket-lang.org/releases/$version/",
|
|
"regex": "$basenameNoExt.*?$sha256"
|
|
}
|
|
}
|
|
}
|