{
    "version": "3.28.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/v3.28.2/cmake-3.28.2-windows-x86_64.zip",
            "hash": "f4c751bc3ee070a59977206d6e2896c97217bbf48ba60939603b38112c31f1bd",
            "extract_dir": "cmake-3.28.2-windows-x86_64"
        },
        "32bit": {
            "url": "https://github.com/Kitware/CMake/releases/download/v3.28.2/cmake-3.28.2-windows-i386.zip",
            "hash": "dabdd59fb8ecdf90f91a161bef502652f07a4b0ed741b2039f2e86eea97db27b",
            "extract_dir": "cmake-3.28.2-windows-i386"
        },
        "arm64": {
            "url": "https://github.com/Kitware/CMake/releases/download/v3.28.2/cmake-3.28.2-windows-arm64.zip",
            "hash": "46a731caa4232448fc3805da2993680a3656f0123d06936fb7a4e8d62e1919d9",
            "extract_dir": "cmake-3.28.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"
        }
    }
}
