-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathghq.json
35 lines (35 loc) · 1.25 KB
/
ghq.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
{
"version": "1.7.1",
"description": "Remote repository clones manager",
"homepage": "https://github.com/motemen/ghq",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v1.7.1/ghq_windows_amd64.zip",
"hash": "sha1:23a2fbae4a2c86f7134de2ddd5e7411bc364eee0",
"extract_dir": "ghq_windows_amd64"
},
"arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.7.1/ghq_windows_arm64.zip",
"hash": "sha1:92b069953e25697b1c1de5a8b407011a667952f6",
"extract_dir": "ghq_windows_arm64"
}
},
"bin": "ghq.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip",
"extract_dir": "ghq_windows_amd64"
},
"arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_arm64.zip",
"extract_dir": "ghq_windows_arm64"
}
},
"hash": {
"url": "$baseurl/SHASUMS"
}
}
}