{
    "version": "0.8.2",
    "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.8.2/diffsitter-x86_64-pc-windows-msvc.zip",
            "hash": "169e101bccb0abaada802f0ace32557500d13dabb1ebdbb9e5a2e5578b175f2f"
        },
        "arm64": {
            "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.2/diffsitter-aarch64-pc-windows-msvc.zip",
            "hash": "2c77e116032c5121ffcccb682827770c211cb2a95f9db93d2ab217adf4f30794"
        }
    },
    "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"
                }
            }
        }
    }
}
