2022-08-26 16:30:10 +00:00

40 lines
1.3 KiB
JSON

{
"version": "1.11.8",
"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.8/clash-windows-amd64-v1.11.8.zip",
"hash": "1f429f7660136ac22dbe52c9e486b4a3468639b6af00fc63c2041b49ebd12e0d",
"bin": [
[
"clash-windows-amd64.exe",
"clash"
]
]
},
"32bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v1.11.8/clash-windows-386-v1.11.8.zip",
"hash": "b6d8ccbfd32071cb436b4e2ded7567a1b2c5ecf8710f41a973192990b0dfdc7a",
"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"
}
}
}
}