mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"version": "1.7.16",
|
|
"description": "A user friendly command line tool to access AliCloud OSS.",
|
|
"homepage": "https://github.com/aliyun/ossutil",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gosspublic.alicdn.com/ossutil/1.7.16/ossutil64.zip",
|
|
"hash": "9912126898bd52080ab104168d9f93bdea8f5a0baf97ab1483e36c85c9bd7422",
|
|
"extract_dir": "ossutil64",
|
|
"bin": [
|
|
[
|
|
"ossutil64.exe",
|
|
"ossutil"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://gosspublic.alicdn.com/ossutil/1.7.16/ossutil32.zip",
|
|
"hash": "2f6ccd5889f3cbce931594e5eb833da9506994c3c2d520ebfa3b9f1c7ab72f2c",
|
|
"extract_dir": "ossutil32",
|
|
"bin": [
|
|
[
|
|
"ossutil32.exe",
|
|
"ossutil"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gosspublic.alicdn.com/ossutil/$version/ossutil64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gosspublic.alicdn.com/ossutil/$version/ossutil32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|