{
    "version": "1.20.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.20.1/crystal-1.20.1-windows-x86_64-msvc-unsupported.zip",
            "hash": "6251bbb969959902e30f48afaaaced1b59edeacb1f8e00aa9d130d818ab163c4"
        }
    },
    "bin": [
        "crystal.exe",
        "shards.exe"
    ],
    "shortcuts": [
        [
            "crystal.exe",
            "Crystal",
            "i"
        ]
    ],
    "checkver": {
        "github": "https://github.com/crystal-lang/crystal",
        "regex": "crystal-(?<version>[\\d.-]+)-windows-x86_64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/crystal-lang/crystal/releases/download/$matchHead/crystal-$version-windows-x86_64-msvc-unsupported.zip"
            }
        }
    }
}
