ScoopInstaller_Main/bucket/minio-client.json
2020-12-10 18:03:59 +01:00

31 lines
1006 B
JSON

{
"version": "2020-12-10T01-26-17Z",
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)",
"homepage": "https://min.io/",
"license": "Apache-2.0",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2020-12-10T01-26-17Z#/mc.exe",
"hash": "dfac15e99b8279dd1a83a33651439ed30e624f257c2053bee16c9701fd03811b"
}
},
"suggest": {
"minio": "minio"
},
"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"
}
}
}
}
}