diff --git a/bucket/crystal.json b/bucket/crystal.json new file mode 100644 index 0000000000..13ecca9901 --- /dev/null +++ b/bucket/crystal.json @@ -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" + } + } + } +}