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