{ "version": "8.4", "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.4/racket-minimal-8.4-x86_64-win32.exe#/dl.7z", "hash": "69151053a40f2eef5e5bafdb15fc72795703f7a0e4015c0c8c773ea605d5afd3" }, "32bit": { "url": "https://mirror.racket-lang.org/installers/8.4/racket-minimal-8.4-i386-win32.exe#/dl.7z", "hash": "6fe8e39c6b97bdf18732ec33166618a8cb36b6b9d33d639bb7c3ac38214de506" } }, "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" } } }