{ "version": "8.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/8.8/racket-minimal-8.8-x86_64-win32.exe#/dl.7z", "hash": "1de15c2b4e15ce2a17392922863eff613ce3c62473912e656e001ca47ffd4091" }, "32bit": { "url": "https://mirror.racket-lang.org/installers/8.8/racket-minimal-8.8-i386-win32.exe#/dl.7z", "hash": "d0c2a8f06a7df09faea0418859b57eb4c9fd934bbfb72d770f7e1e3498368488" } }, "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" } } }