{ "version": "7.2", "homepage": "https://racket-lang.org", "license": "LGPL-3.0", "architecture": { "64bit": { "url": "https://www.cs.utah.edu/plt/installers/7.2/racket-7.2-x86_64-win32.exe#/dl.7z", "hash": "sha1:bdacb28b7f442e99359462d6b640c39c432bbbc1" }, "32bit": { "url": "https://www.cs.utah.edu/plt/installers/7.2/racket-7.2-i386-win32.exe#/dl.7z", "hash": "sha1:480d5ccd1f48831a0ed6c085bfe22145f137ffb6" } }, "bin": [ "racket.exe", "raco.exe" ], "shortcuts": [ [ "GRacket.exe", "GRacket" ], [ "DrRacket.exe", "DrRacket" ] ], "checkver": { "url": "https://download.racket-lang.org/", "re": "Version ([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://www.cs.utah.edu/plt/installers/$version/racket-$version-x86_64-win32.exe#/dl.7z" }, "32bit": { "url": "https://www.cs.utah.edu/plt/installers/$version/racket-$version-i386-win32.exe#/dl.7z" } }, "hash": { "url": "https://download.racket-lang.org/releases/$version/", "regex": "$basename[\\s\\S]*?\"checksum\">$sha1" } } }