2021-11-08 14:00:35 +00:00

40 lines
1.3 KiB
JSON

{
"version": "1.8.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.8.0/clash-windows-amd64-v1.8.0.zip",
"hash": "882d4a6ced0ffe1558b66f1eb9f34159f3d6406c7c90a620289999c73bd82e1f",
"bin": [
[
"clash-windows-amd64.exe",
"clash"
]
]
},
"32bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v1.8.0/clash-windows-386-v1.8.0.zip",
"hash": "60ed6423c53cc6ea23341eee834f5566f629a8349a4415fdf2c38cbbca1b62d5",
"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"
}
}
}
}