{
    "version": "4.3.20260505",
    "description": "Family of tools designed to build, test and package software",
    "homepage": "https://cmake.org",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://cmake.org/files/dev/cmake-4.3.20260505-g65b3d3f-windows-x86_64.zip",
            "hash": "f6e269d90cb5eede546ad06e5d714d1a37fbbcef944339ac69424b23c5f741cb",
            "extract_dir": "cmake-4.3.20260505-g65b3d3f-windows-x86_64"
        },
        "32bit": {
            "url": "https://cmake.org/files/dev/cmake-4.3.20260505-g65b3d3f-windows-i386.zip",
            "hash": "4662200d7664006603f529e9294e0a382e83bbba536746f16aa045017e4cb260",
            "extract_dir": "cmake-4.3.20260505-g65b3d3f-windows-i386"
        }
    },
    "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/files/dev/?C=M;O=D",
        "regex": "cmake-([\\d.]+)-g(?<tag>[a-f0-9]+)-windows-x86_64.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cmake.org/files/dev/cmake-$version-g$matchTag-windows-x86_64.zip",
                "extract_dir": "cmake-$version-g$matchTag-windows-x86_64"
            },
            "32bit": {
                "url": "https://cmake.org/files/dev/cmake-$version-g$matchTag-windows-i386.zip",
                "extract_dir": "cmake-$version-g$matchTag-windows-i386"
            }
        }
    }
}
