2023-05-19 16:27:36 +00:00

40 lines
1.3 KiB
JSON

{
"version": "1.16.0",
"description": "A rule-based tunnel",
"homepage": "https://github.com/Dreamacro/clash",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v1.16.0/clash-windows-amd64-v1.16.0.zip",
"hash": "4d5fbeade37314cb5f2c89fb5ad480c2d089f778d28bea452197f096e321a717",
"bin": [
[
"clash-windows-amd64.exe",
"clash"
]
]
},
"32bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v1.16.0/clash-windows-386-v1.16.0.zip",
"hash": "162b64e2c5c3054dd7f6763995712e4b683d44b2f38c47038f7476c9c1d34c0a",
"bin": [
[
"clash-windows-386.exe",
"clash"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v$version/clash-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v$version/clash-windows-386-v$version.zip"
}
}
}
}