ScoopInstaller_Main/bucket/minio-client.json
2020-09-24 08:49:33 +02:00

31 lines
1006 B
JSON

{
"version": "2020-09-23T20-02-13Z",
"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-09-23T20-02-13Z#/mc.exe",
"hash": "f1b9c29ac93064b5176d0ece72982bf2dfb7dfd333ff1de1e2554b1f78066598"
}
},
"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"
}
}
}
}
}