mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +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-05T06-03-47Z",
|
|
"bin": "mc.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2020-05-05T06-03-47Z#/mc.exe",
|
|
"hash": "d681890686a9319f84db3faf57a957c119d762bf1890a1137bc53627844e33c6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|