2022-11-04 12:32:53 +00:00

40 lines
1.3 KiB
JSON

{
"version": "1.11.12",
"description": "A rule-based tunnel",
"homepage": "https://github.com/Dreamacro/clash",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v1.11.12/clash-windows-amd64-v1.11.12.zip",
"hash": "c23866f2c3301b489f651b460b4fb77db943aef7ba6b671652d32eaaa55a1c5f",
"bin": [
[
"clash-windows-amd64.exe",
"clash"
]
]
},
"32bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v1.11.12/clash-windows-386-v1.11.12.zip",
"hash": "ec51a850c2f5123284862f0bc5392e945c0d1114e13a6fc2b965be612edad152",
"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"
}
}
}
}