{
    "version": "0.5.7",
    "description": "An extremely fast LaTeX formatter written in Rust.",
    "homepage": "https://github.com/WGUNDERWOOD/tex-fmt",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v0.5.7/tex-fmt-x86_64-windows.zip",
            "hash": "807b6df5bef297eb8c44f79562bf9917b2e87f41e8e9c6b7f27e2df3f8cc9c98"
        },
        "32bit": {
            "url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v0.5.7/tex-fmt-i686-windows.zip",
            "hash": "3f1007b09888fa9f13ab0fb0a5404b253bbaa38c5f43c9f4a5f7f8f540d5f1d6"
        },
        "arm64": {
            "url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v0.5.7/tex-fmt-aarch64-windows.zip",
            "hash": "d3ce79d3cecf1b6a66c0978125b924cace80904c0d55bf75dc96bebdca5fc978"
        }
    },
    "bin": "tex-fmt.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v$version/tex-fmt-x86_64-windows.zip"
            },
            "32bit": {
                "url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v$version/tex-fmt-i686-windows.zip"
            },
            "arm64": {
                "url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v$version/tex-fmt-aarch64-windows.zip"
            }
        }
    }
}
