mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
31 lines
1006 B
JSON
31 lines
1006 B
JSON
{
|
|
"version": "2020-10-03T02-54-56Z",
|
|
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)",
|
|
"homepage": "https://min.io/",
|
|
"license": "Apache-2.0",
|
|
"bin": "mc.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2020-10-03T02-54-56Z#/mc.exe",
|
|
"hash": "3b3d6c54551d0f20cda1a9bea5d70d24dd61f972d7723eb5ec5f36b59b219e95"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"minio": "minio"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/minio/mc",
|
|
"regex": "releases/tag/RELEASE.([\\d-]+T[\\d-]+Z)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.$version#/mc.exe",
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|