{
    "version": "2.8.2",
    "description": "Network utility optimized for networks of poor quality (e.g. satellite connections, congested public Wi-Fi, connecting from China to servers abroad)",
    "homepage": "https://github.com/apernet/hysteria",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/apernet/hysteria/releases/download/app/v2.8.2/hysteria-windows-amd64.exe#/hysteria.exe",
            "hash": "74861e9a1ae29b4fc5a0cd535ce890eaef6d1ff7017347df997bf05fef1d141e"
        },
        "32bit": {
            "url": "https://github.com/apernet/hysteria/releases/download/app/v2.8.2/hysteria-windows-386.exe#/hysteria.exe",
            "hash": "2a3989c949bc6313170f5bc3da03e976f741dd4a4ed6bdf814951a4050e76155"
        },
        "arm64": {
            "url": "https://github.com/apernet/hysteria/releases/download/app/v2.8.2/hysteria-windows-arm64.exe#/hysteria.exe",
            "hash": "bbc2cd1e55383b577d8b82e3e4467ba333526060b89a36db143b8dce1e451585"
        }
    },
    "bin": "hysteria.exe",
    "checkver": {
        "url": "https://github.com/apernet/hysteria/releases/latest",
        "regex": "app/v([\\d\\.]*)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/apernet/hysteria/releases/download/app/v$version/hysteria-windows-amd64.exe#/hysteria.exe"
            },
            "32bit": {
                "url": "https://github.com/apernet/hysteria/releases/download/app/v$version/hysteria-windows-386.exe#/hysteria.exe"
            },
            "arm64": {
                "url": "https://github.com/apernet/hysteria/releases/download/app/v$version/hysteria-windows-arm64.exe#/hysteria.exe"
            }
        },
        "hash": {
            "url": "$baseurl/hashes.txt"
        }
    }
}
