-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcht.json
22 lines (22 loc) · 857 Bytes
/
cht.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "0.7.2",
"description": "A command line client for https://cht.sh, working examples about various commands, APIs, ... Unified access to the best community driven documentation repositories of the world.",
"homepage": "https://github.com/tpanj/cht.exe",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/tpanj/cht.exe/releases/download/v0.7.2/cht_windows.zip",
"hash": "9f678ae500377c735fdc296b105e19092ffef5769e64a719cff0fc0962b97997",
"extract_dir": "bin"
}
},
"bin": "cht.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tpanj/cht.exe/releases/download/v$version/cht_windows.zip"
}
}
}
}