2023-04-16 16:28:00 +00:00

40 lines
1.3 KiB
JSON

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