2025-04-29 16:29:55 +00:00

34 lines
950 B
JSON

{
"version": "1.16.2",
"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.16.2/crystal-1.16.2-windows-x86_64-msvc-unsupported.zip",
"hash": "1c63e878c773dde89655e79b7d633052f29e44f9c9e97ad17cd07d9530a5187b"
}
},
"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"
}
}
}
}