2021-09-07 13:00:37 +00:00

40 lines
1.3 KiB
JSON

{
"version": "1.7.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.7.0/clash-windows-amd64-v1.7.0.zip",
"hash": "1191f820c58b48ad67bd8874c36f4c09616376198890f2781915af4280627873",
"bin": [
[
"clash-windows-amd64.exe",
"clash"
]
]
},
"32bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v1.7.0/clash-windows-386-v1.7.0.zip",
"hash": "3af64f2f97f387fd882dbb1b9cda86318e8678a4ceb60c1e09182711643f812c",
"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"
}
}
}
}