-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclash-binary.json
38 lines (38 loc) · 1.29 KB
/
clash-binary.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"homepage": "https://github.com/Dreamacro/clash",
"description": "A rule-based tunnel in Go.",
"version": "1.18.0",
"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"
}
}
}
}