2025-01-08 16:31:02 +00:00

31 lines
912 B
JSON

{
"version": "1.14.1",
"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.14.1/crystal-1.14.1-windows-x86_64-msvc-unsupported.zip",
"hash": "8b3066f6182e861a88e93b86a0d63c9b625bdf6596aa960de964ef1e60fe4c80"
}
},
"bin": "crystal.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"
}
}
}
}