{
    "version": "14.2.0",
    "description": "Text shaping engine. Supports OpenType and Apple Advanced Typography.",
    "homepage": "https://harfbuzz.github.io/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/harfbuzz/harfbuzz/releases/download/14.2.0/harfbuzz-win64-14.2.0.zip",
            "hash": "fd43365c4951437d11233b015ab299a08499a3a87e9ebb13ba6a54f9fb4c8596",
            "extract_dir": "harfbuzz-win64"
        },
        "32bit": {
            "url": "https://github.com/harfbuzz/harfbuzz/releases/download/14.2.0/harfbuzz-win32-14.2.0.zip",
            "hash": "39f42af935aebdd6c0061f0e1f61f92c3910fa3160f9ffcc97f52a159f0d8805",
            "extract_dir": "harfbuzz-win32"
        }
    },
    "bin": [
        "hb-shape.exe",
        "hb-subset.exe",
        "hb-view.exe"
    ],
    "checkver": {
        "github": "https://github.com/harfbuzz/harfbuzz"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/harfbuzz/harfbuzz/releases/download/$version/harfbuzz-win64-$version.zip"
            },
            "32bit": {
                "url": "https://github.com/harfbuzz/harfbuzz/releases/download/$version/harfbuzz-win32-$version.zip"
            }
        }
    }
}
