{
    "version": "0.81.3",
    "description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support",
    "homepage": "https://github.com/AdguardTeam/dnsproxy",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.81.3/dnsproxy-windows-amd64-v0.81.3.zip",
            "hash": "7402358d1bcabe9294f85222a4bd927507c5a2c58d68566ee39983d6a05621c0",
            "extract_dir": "windows-amd64"
        },
        "32bit": {
            "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.81.3/dnsproxy-windows-386-v0.81.3.zip",
            "hash": "c13dcd5c89136ee0a50131b49a0fdc92ef8f08f45e3f6735f76c35f5f98bcf3f",
            "extract_dir": "windows-386"
        },
        "arm64": {
            "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.81.3/dnsproxy-windows-arm64-v0.81.3.zip",
            "hash": "b48195d1ee8539c4bc1c0b6c4ed11f9a9d766c840334bfd8b15c7fabe8d65905",
            "extract_dir": "windows-arm64"
        }
    },
    "bin": "dnsproxy.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-amd64-v$version.zip"
            },
            "32bit": {
                "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-386-v$version.zip"
            },
            "arm64": {
                "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-arm64-v$version.zip"
            }
        }
    }
}
