ScoopInstaller_Main/bucket/minio-client.json
2020-04-15 09:19:42 +02:00

31 lines
998 B
JSON

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