{
    "version": "2.2.4",
    "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.2.4/hysteria-windows-amd64.exe#/hysteria.exe",
            "hash": "bb59d972c1d87c4296c29ceb4deb3460993a284d8bdbfe7267c8b34735ef5ae2"
        },
        "32bit": {
            "url": "https://github.com/apernet/hysteria/releases/download/app/v2.2.4/hysteria-windows-386.exe#/hysteria.exe",
            "hash": "61a13add5030b83305fb9a5c0e87d53f290a872e5598a6aba2b69a2d1a74d4a5"
        },
        "arm64": {
            "url": "https://github.com/apernet/hysteria/releases/download/app/v2.2.4/hysteria-windows-arm64.exe#/hysteria.exe",
            "hash": "d8ca22670341a45cd15a4eb32b8d898017b3fcf6cd9b3eb60e44d1f92549c8de"
        }
    },
    "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"
        }
    }
}
