ScoopInstaller_Main/bucket/minio-client.json
2021-09-23 10:24:30 -07:00

31 lines
984 B
JSON

{
"version": "2021-09-23T05-44-03Z",
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)",
"homepage": "https://min.io/",
"license": "Apache-2.0",
"suggest": {
"minio": "minio"
},
"architecture": {
"64bit": {
"url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2021-09-23T05-44-03Z#/mc.exe",
"hash": "0a1d16e528dc1e41f01eb7c643de0dfb4e5c4a67450c4da78427a8906c70ef3e"
}
},
"bin": "mc.exe",
"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"
}
}
}