ScoopInstaller_Main/bucket/minio-client.json
2022-03-31 08:34:23 +00:00

31 lines
984 B
JSON

{
"version": "2022-03-31T04-55-30Z",
"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.2022-03-31T04-55-30Z#/mc.exe",
"hash": "dc511af8cf7cdb4312f8fa7389ce4ba4034dc6ca28b7290342b6cddcff15cbd9"
}
},
"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"
}
}
}