2023-03-18 16:29:13 +00:00

40 lines
1.3 KiB
JSON

{
"version": "1.14.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.14.0/clash-windows-amd64-v1.14.0.zip",
"hash": "3aac3da4707461e9bddc284c4b759b7da359847206f6b1387e7eb61ba504908c",
"bin": [
[
"clash-windows-amd64.exe",
"clash"
]
]
},
"32bit": {
"url": "https://github.com/Dreamacro/clash/releases/download/v1.14.0/clash-windows-386-v1.14.0.zip",
"hash": "269edc215146eecac9f880abc8e4002e5d52b43ad71db15227e6af5cd06fb10d",
"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"
}
}
}
}