mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "1.6.5",
|
|
"description": "A rule-based tunnel",
|
|
"homepage": "https://github.com/Dreamacro/clash",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Dreamacro/clash/releases/download/v1.6.5/clash-windows-amd64-v1.6.5.zip",
|
|
"hash": "f4d7c5a327d2fa2f0298b0fa96efa4561f94c561a5cd3975d7009d727e20e1bd",
|
|
"bin": [
|
|
[
|
|
"clash-windows-amd64.exe",
|
|
"clash"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Dreamacro/clash/releases/download/v1.6.5/clash-windows-386-v1.6.5.zip",
|
|
"hash": "69b4752c078c9fd7d92d46d7c0a7b030b2b74bd00803dac608ea14b00c88de7e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|