ScoopInstaller_Main/bucket/racket-minimal.json
2025-11-23 08:30:18 +00:00

39 lines
1.3 KiB
JSON

{
"version": "9.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/9.0/racket-minimal-9.0-x86_64-win32.exe#/dl.7z",
"hash": "ef597a802fad475bb6effa9c6f466abe19505448dce967cf665d083e7b91cc29"
},
"32bit": {
"url": "https://mirror.racket-lang.org/installers/9.0/racket-minimal-9.0-i386-win32.exe#/dl.7z",
"hash": "3f9a624a362ffe2a6a38f079f36f1465e3e313ba2fd20d1b85d8c17dc1ddf2ed"
}
},
"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>"
}
}
}