ScoopInstaller_Main/bucket/minio-client.json

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-03-06T23-29-45Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.min.io/client/mc/release/windows-amd64/mc.RELEASE.2020-03-06T23-29-45Z#/mc.exe",
"hash": "68a2189fd5fccd04bd3d10977dc47dee4e62fdd4edeeddce99d83d9decf4039f"
}
},
"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"
}
}
}
}
}