generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
baidupcs-go.json
36 lines (36 loc) · 1.54 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
{
"version": "3.9.5",
"description": "The terminal utility for Baidu Network Disk, which supports sharing link generation and file matching upload function .",
"homepage": "https://github.com/qjfoidnh/BaiduPCS-Go",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/qjfoidnh/BaiduPCS-Go/releases/download/v3.9.5/BaiduPCS-Go-v3.9.5-windows-x64.zip",
"hash": "9e94f7c14ca795280d52966fcc9bf1920dc6967c6c7cacf0ce6c882834a7564a",
"extract_dir": "BaiduPCS-Go-v3.9.5-windows-x64"
},
"32bit": {
"url": "https://github.com/qjfoidnh/BaiduPCS-Go/releases/download/v3.9.5/BaiduPCS-Go-v3.9.5-windows-x86.zip",
"hash": "bceb62e9c946da28ab9cae3215563105ffca99f9f996a91ed155710e7969623f",
"extract_dir": "BaiduPCS-Go-v3.9.5-windows-x86"
}
},
"bin": "BaiduPCS-Go.exe",
"persist": "appdata",
"env_set": {
"BAIDUPCS_GO_CONFIG_DIR": "$dir\\appdata"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/qjfoidnh/BaiduPCS-Go/releases/download/v$version/BaiduPCS-Go-v$version-windows-x64.zip",
"extract_dir": "BaiduPCS-Go-v$version-windows-x64"
},
"32bit": {
"url": "https://github.com/qjfoidnh/BaiduPCS-Go/releases/download/v$version/BaiduPCS-Go-v$version-windows-x86.zip",
"extract_dir": "BaiduPCS-Go-v$version-windows-x86"
}
}
}
}