{ "version": "7.8", "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/7.8/racket-minimal-7.8-x86_64-win32.exe#/dl.7z", "hash": "sha1:2506956b01e089f5816af5211074ee28ae8f8b98" }, "32bit": { "url": "https://mirror.racket-lang.org/installers/7.8/racket-minimal-7.8-i386-win32.exe#/dl.7z", "hash": "sha1:54928cd6f03b726c1f8ba69c4f9070546c67f144" } }, "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" } } }