{
    "version": "0.9.0",
    "description": "A tree-sitter based AST difftool to get meaningful semantic diffs",
    "homepage": "https://github.com/afnanenayet/diffsitter",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.9.0/diffsitter-x86_64-pc-windows-msvc.zip",
            "hash": "782662a3a668a80a30a11789403c0647365213a7723b4fac59896592afa4223f"
        },
        "arm64": {
            "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.9.0/diffsitter-aarch64-pc-windows-msvc.zip",
            "hash": "8eff9c84f478bcb21c46c22d68dd7510a7c4f9def53808e357f1109bd0e13b23"
        }
    },
    "bin": "diffsitter.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-x86_64-pc-windows-msvc.zip",
                "hash": {
                    "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-x86_64-pc-windows-msvc.sha256"
                }
            },
            "arm64": {
                "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-aarch64-pc-windows-msvc.zip",
                "hash": {
                    "url": "https://github.com/afnanenayet/diffsitter/releases/download/v$version/diffsitter-aarch64-pc-windows-msvc.sha256"
                }
            }
        }
    }
}
