{ "version": "8.6", "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.6/racket-minimal-8.6-x86_64-win32.exe#/dl.7z", "hash": "d3997502cf887c95c4dc39f1f72d8b1e76367919cc2afe5e58d4db65d760bf9d" }, "32bit": { "url": "https://mirror.racket-lang.org/installers/8.6/racket-minimal-8.6-i386-win32.exe#/dl.7z", "hash": "30871b1fbadfc36a64ade673f25f9ac2918204ad65c0516f3bcb62c2e3b88aae" } }, "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" } } }