{
    "version": "4.53.2",
    "description": "A portable command-line YAML processor",
    "homepage": "https://mikefarah.gitbook.io/yq/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mikefarah/yq/releases/download/v4.53.2/yq_windows_amd64.exe#/yq.exe",
            "hash": "2aee32f1de46a20672f48c25df3018839798bd509143f2ce05fdab1550ff5592"
        },
        "32bit": {
            "url": "https://github.com/mikefarah/yq/releases/download/v4.53.2/yq_windows_386.exe#/yq.exe",
            "hash": "00aabac4c6b1726cc0beaed1c1f21bdbc911d1d03c97054ce60fbf03d0b93f86"
        },
        "arm64": {
            "url": "https://github.com/mikefarah/yq/releases/download/v4.53.2/yq_windows_arm64.exe#/yq.exe",
            "hash": "448208550332ca33ef816e4cee49fc1e79987b8a08a451c6ae529703c8cfc8a9"
        }
    },
    "bin": "yq.exe",
    "checkver": {
        "github": "https://github.com/mikefarah/yq"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_amd64.exe#/yq.exe"
            },
            "32bit": {
                "url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_386.exe#/yq.exe"
            },
            "arm64": {
                "url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_arm64.exe#/yq.exe"
            }
        }
    }
}
