mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
31 lines
1003 B
JSON
31 lines
1003 B
JSON
{
|
|
"homepage": "https://min.io/",
|
|
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)",
|
|
"license": "Apache-2.0",
|
|
"version": "2020-05-06T18-00-07Z",
|
|
"bin": "mc.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2020-05-06T18-00-07Z#/mc.exe",
|
|
"hash": "0cda8c7841c47fad48c38d3761b72760f8d67332928aea272b66c5a58ce07789"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"minio": "minio"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/minio/mc",
|
|
"re": "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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|