ScoopInstaller_Main/bucket/minio-client.json
2021-04-23 04:55:53 +02:00

31 lines
984 B
JSON

{
"version": "2021-04-22T17-40-00Z",
"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-04-22T17-40-00Z#/mc.exe",
"hash": "01a849d4387409ec6f257e19aef3c1c9dbd58fa655326d0a1f36276f883ad677"
}
},
"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"
}
}
}