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.18.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.18.0/clash-windows-amd64-v1.18.0.zip",
|
|
"hash": "1766594ddbae7c49c901ce56eeef802dc9c5f9500157af468121271bf5d6183c",
|
|
"bin": [
|
|
[
|
|
"clash-windows-amd64.exe",
|
|
"clash"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Dreamacro/clash/releases/download/v1.18.0/clash-windows-386-v1.18.0.zip",
|
|
"hash": "8cb3978c80f9c889acf00d0e6505f3ad7362ccdd510860f2efbc88b8cecb82c2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|