{ "version": "1.17.0", "description": "The Crystal Programming Language", "homepage": "https://www.crystal-lang.org/", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/crystal-lang/crystal/releases/download/1.17.0/crystal-1.17.0-windows-x86_64-msvc-unsupported.zip", "hash": "099dbe1179d8775213fb3cb593b17ab2194ec9974f77933af9ecded109a04a7a" } }, "bin": [ "crystal.exe", "shards.exe" ], "shortcuts": [ [ "crystal.exe", "Crystal", "i" ] ], "checkver": { "github": "https://github.com/crystal-lang/crystal" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/crystal-lang/crystal/releases/download/$version/crystal-$version-windows-x86_64-msvc-unsupported.zip" } } } }