{
    "version": "0.10.5",
    "description": "Feature-Rich TOML Toolkit.",
    "homepage": "https://tombi-toml.github.io/tombi/",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/tombi-toml/tombi/releases/download/v0.10.5/tombi-cli-0.10.5-x86_64-pc-windows-msvc.zip",
            "hash": "54d2401bf2e8921f2af826299b016feeb1511c2f4516b83eccbc505ad25c236f"
        },
        "arm64": {
            "url": "https://github.com/tombi-toml/tombi/releases/download/v0.10.5/tombi-cli-0.10.5-aarch64-pc-windows-msvc.zip",
            "hash": "ca387a677ff18577461f85743cd23405260980ed1c97d75e62877813d9a9340e"
        }
    },
    "bin": "tombi.exe",
    "checkver": {
        "github": "https://github.com/tombi-toml/tombi"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/tombi-toml/tombi/releases/download/v$version/tombi-cli-$version-x86_64-pc-windows-msvc.zip"
            },
            "arm64": {
                "url": "https://github.com/tombi-toml/tombi/releases/download/v$version/tombi-cli-$version-aarch64-pc-windows-msvc.zip"
            }
        }
    }
}
