mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "1.4.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.4.1/clash-windows-amd64-v1.4.1.zip",
|
|
"hash": "228597eac6780048731e74619016f43fdae04c2019771475bb5a84fc5c4d7150",
|
|
"bin": [
|
|
[
|
|
"clash-windows-amd64.exe",
|
|
"clash"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Dreamacro/clash/releases/download/v1.4.1/clash-windows-386-v1.4.1.zip",
|
|
"hash": "b4a05a014d89d14e9b2666e66a045718ef16791d3941a2309d89e9720538ece9",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|