mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
34 lines
950 B
JSON
34 lines
950 B
JSON
{
|
|
"version": "1.18.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.18.2/crystal-1.18.2-windows-x86_64-msvc-unsupported.zip",
|
|
"hash": "08176e1c174ca093e5ef5ac64153c8a1becc4d29484a52b33a96d69b8ddcf7ec"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|