crystal: Add version 1.40.0 (#6125)

Co-authored-by: Chawye Hsu <su+git@chawyehsu.com>
This commit is contained in:
Peter Richmond 2024-12-24 09:58:21 +00:00 committed by GitHub
parent 5c8af65f08
commit a23ca994d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
bucket/crystal.json Normal file
View File

@ -0,0 +1,30 @@
{
"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"
}
}
}
}