mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "1.11.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.11.0/clash-windows-amd64-v1.11.0.zip",
|
|
"hash": "1a3b54a8930b90ebb8dcb337cf332abe82cde0d4130320df451107bc6360092c",
|
|
"bin": [
|
|
[
|
|
"clash-windows-amd64.exe",
|
|
"clash"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Dreamacro/clash/releases/download/v1.11.0/clash-windows-386-v1.11.0.zip",
|
|
"hash": "7202d21bf8c2227cec3f12d2e17c03a0e1e9af138b3f314969f5b2bc66f34c01",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|