Peter Richmond a23ca994d2
crystal: Add version 1.40.0 (#6125)
Co-authored-by: Chawye Hsu <su+git@chawyehsu.com>
2024-12-24 17:58:21 +08:00

31 lines
912 B
JSON

{
"version": "1.14.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.14.0/crystal-1.14.0-windows-x86_64-msvc-unsupported.zip",
"hash": "96c958e9b8c21caec8a96ba4a72af80846d560cc2971e28abe3c1e338534b60f"
}
},
"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"
}
}
}
}