{
    "version": "4.3.2",
    "description": "Family of tools designed to build, test and package software",
    "homepage": "https://cmake.org",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-x86_64.zip",
            "hash": "83d20c23f5c5f64b3b328785e35b23c532e33057a97ed6294acaca3781b78a01",
            "extract_dir": "cmake-4.3.2-windows-x86_64"
        },
        "32bit": {
            "url": "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-i386.zip",
            "hash": "bcee59684ef5de2c08c391f4f3a8df49d4f1fdec20a009eda1c1db49cc2be1c4",
            "extract_dir": "cmake-4.3.2-windows-i386"
        },
        "arm64": {
            "url": "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-arm64.zip",
            "hash": "42a2a88fc57e70d04a92f6eaaac2094241995f53584bc2afdae7e6ef982b3781",
            "extract_dir": "cmake-4.3.2-windows-arm64"
        }
    },
    "bin": [
        "bin\\cmake.exe",
        "bin\\cmcldeps.exe",
        "bin\\cpack.exe",
        "bin\\ctest.exe",
        "bin\\cmake-gui.exe"
    ],
    "shortcuts": [
        [
            "bin\\cmake-gui.exe",
            "cmake-gui"
        ]
    ],
    "checkver": {
        "url": "https://cmake.org/download/",
        "regex": "Latest Release \\(([\\d.]+)\\)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-x86_64.zip",
                "extract_dir": "cmake-$version-windows-x86_64"
            },
            "32bit": {
                "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-i386.zip",
                "extract_dir": "cmake-$version-windows-i386"
            },
            "arm64": {
                "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-arm64.zip",
                "extract_dir": "cmake-$version-windows-arm64"
            }
        },
        "hash": {
            "url": "$baseurl/cmake-$version-SHA-256.txt"
        }
    }
}
