{
    "version": "10fc76d",
    "description": "⚡️ Blazing fast terminal file manager written in Rust, based on async I/O.",
    "homepage": "https://github.com/sxyazi/yazi",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sxyazi/yazi/releases/download/nightly/yazi-x86_64-pc-windows-msvc.zip",
            "hash": "b34e0b208e36c625a8c7fffa9c0399e925178102033c6d7d4d0c0eb2eac87560",
            "extract_dir": "yazi-x86_64-pc-windows-msvc"
        },
        "arm64": {
            "url": "https://github.com/sxyazi/yazi/releases/download/nightly/yazi-aarch64-pc-windows-msvc.zip",
            "hash": "a9779a4ad52ac8c8e9de6146c0086fa23e4e6d0d0f791abe02a8b6d86f61875e",
            "extract_dir": "yazi-aarch64-pc-windows-msvc"
        }
    },
    "extract_dir": "yazi-x86_64-pc-windows-msvc",
    "bin": [
        "ya.exe",
        "yazi.exe"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/sxyazi/yazi/releases",
        "jsonpath": "$[0].target_commitish",
        "regex": "(\\w{7})"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sxyazi/yazi/releases/download/nightly/yazi-x86_64-pc-windows-msvc.zip"
            },
            "arm64": {
                "url": "https://github.com/sxyazi/yazi/releases/download/nightly/yazi-aarch64-pc-windows-msvc.zip"
            }
        }
    }
}
