Extras/bucket/dbxcli.json
2026-07-17 00:57:08 +00:00

27 lines
885 B
JSON

{
"version": "3.7.0",
"description": "A command line client for Dropbox",
"homepage": "https://github.com/dropbox/dbxcli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/dropbox/dbxcli/releases/download/v3.7.0/dbxcli_3.7.0_windows_amd64.zip",
"hash": "fd69c4958894e9020bf5d2840096c8dcdfaca747b8ee3634091cdb24e757b3be",
"extract_dir": "dbxcli_3.7.0_windows_amd64"
}
},
"bin": "dbxcli.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dropbox/dbxcli/releases/download/v$version/dbxcli_$version_windows_amd64.zip",
"extract_dir": "dbxcli_$version_windows_amd64"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}