{ "version": "8.10", "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.10/racket-minimal-8.10-x86_64-win32.exe#/dl.7z", "hash": "f8657ee3395ac466211112613c2fd916fe536b6a2769b0c250a8533df98cecc4" }, "32bit": { "url": "https://mirror.racket-lang.org/installers/8.10/racket-minimal-8.10-i386-win32.exe#/dl.7z", "hash": "7909a7e40f35720a6df53ab5eea1269c9e8e81a07cee53e06873124b72866c2e" } }, "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" } } }