mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "8.18",
|
|
"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.18/racket-minimal-8.18-x86_64-win32.exe#/dl.7z",
|
|
"hash": "2fbe8c4b4b0c5fe4c3ef4f92381417737b7ef039eedde42c625885ff4c70a220"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.racket-lang.org/installers/8.18/racket-minimal-8.18-i386-win32.exe#/dl.7z",
|
|
"hash": "ac7575adb8aa3f58eb3d203cd505fbad04c7a7fa64c4634faaa44ef7bc2abdc7"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|