ScoopInstaller_Main/bucket/minio-client.json

31 lines
1004 B
JSON

{
"homepage": "https://minio.io/",
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)",
"license": "Apache-2.0",
"version": "2019-12-24T23-41-36Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2019-12-24T23-41-36Z#/mc.exe",
"hash": "ce44f9c76886b4c636f43435c7cb8d13828f0e4b41d6b80f677797cf684b3807"
}
},
"suggest": {
"minio": "minio"
},
"checkver": {
"github": "https://github.com/minio/mc",
"re": "releases/tag/RELEASE.([\\d-]+T[\\d-]+Z)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.$version#/mc.exe",
"hash": {
"url": "$baseurl/mc.exe.sha256sum"
}
}
}
}
}