-
Notifications
You must be signed in to change notification settings - Fork 0
/
baidupcs-go.json
38 lines (38 loc) · 1.5 KB
/
baidupcs-go.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/iikira/BaiduPCS-Go",
"description": "Baidu PCS CLI client written in golang.",
"version": "3.6.2",
"architecture": {
"64bit": {
"url": "https://github.com/iikira/BaiduPCS-Go/releases/download/v3.6.2/BaiduPCS-Go-v3.6.2-windows-x64.zip",
"hash": "5f21322635720469afeca6b55fb63c5d9316f2db2fd73a0205771bf0d63dc09c",
"installer": {
"script": "Move-Item -Path \"$dir\\BaiduPCS-Go-v$version-windows-x64\\BaiduPCS-Go.exe\" -Destination \"$dir\\BaiduPCS-Go.exe\""
}
},
"32bit": {
"url": "https://github.com/iikira/BaiduPCS-Go/releases/download/v3.6.2/BaiduPCS-Go-v3.6.2-windows-x86.zip",
"hash": "3b096353380085bb7ffe2e76e37d78648c6677e8b64931bbc648154287085acb",
"installer": {
"script": "Move-Item -Path \"$dir\\BaiduPCS-Go-v$version-windows-x86\\BaiduPCS-Go.exe\" -Destination \"$dir\\BaiduPCS-Go.exe\""
}
}
},
"bin": [
[
"BaiduPCS-Go.exe",
"bdpcs"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/iikira/BaiduPCS-Go/releases/download/v$version/BaiduPCS-Go-v$version-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/iikira/BaiduPCS-Go/releases/download/v$version/BaiduPCS-Go-v$version-windows-x86.zip"
}
}
}
}