Extras/bucket/hysteria.json
2026-07-13 05:31:16 +00:00

42 lines
1.8 KiB
JSON

{
"version": "2.10.0",
"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.10.0/hysteria-windows-amd64.exe#/hysteria.exe",
"hash": "a0b4b1851919235b9424632b894b5232eec861c1c20e955e82e3dbc6698490d0"
},
"32bit": {
"url": "https://github.com/apernet/hysteria/releases/download/app/v2.10.0/hysteria-windows-386.exe#/hysteria.exe",
"hash": "0882ba044cb6ade3ab4f6b3e464fd721a1bc2e0f3250becbfde2ba169176a092"
},
"arm64": {
"url": "https://github.com/apernet/hysteria/releases/download/app/v2.10.0/hysteria-windows-arm64.exe#/hysteria.exe",
"hash": "ea1d6123620aa8c79d6e5409372524a0f7f7d9c7cc60c5c40fdcff1a12466b8d"
}
},
"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"
}
}
}