ScoopInstaller_Main/bucket/minio-client.json
2020-04-21 06:41:10 +02:00

31 lines
998 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-04-19T19-17-53Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.min.io/client/mc/release/windows-amd64/mc.RELEASE.2020-04-19T19-17-53Z#/mc.exe",
"hash": "96ff0fc3e576c6f746dcfcbfb3da6371f3c0cd0f66faacb6604d99d71df1b137"
}
},
"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/mc.RELEASE.$version#/mc.exe",
"hash": {
"url": "$baseurl/mc.exe.sha256sum"
}
}
}
}
}