{
    "version": "4.0.2",
    "description": "Capstone disassembly/disassembler framework",
    "homepage": "https://github.com/capstone-engine/capstone",
    "license": "BSD-3-Clause-Clear",
    "architecture": {
        "64bit": {
            "url": "https://github.com/capstone-engine/capstone/releases/download/4.0.2/capstone-4.0.2-win64.zip",
            "hash": "eae21d2a5baeed5de40ff07bd4baca5195cbf63b16919bf4e0ca2e4a4eb14bbc",
            "extract_dir": "capstone-4.0.2-win64"
        },
        "32bit": {
            "url": "https://github.com/capstone-engine/capstone/releases/download/4.0.2/capstone-4.0.2-win32.zip",
            "hash": "3bfbfe975eafc95ebf1b756dfcdd10c8d88fa244099cbe9c055241b48e0a8a17",
            "extract_dir": "capstone-4.0.2-win32"
        }
    },
    "bin": "cstool.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/capstone-engine/capstone/releases/download/$version/capstone-$version-win64.zip",
                "extract_dir": "capstone-$version-win64"
            },
            "32bit": {
                "url": "https://github.com/capstone-engine/capstone/releases/download/$version/capstone-$version-win32.zip",
                "extract_dir": "capstone-$version-win32"
            }
        }
    }
}
