ScoopInstaller_Main/bucket/minio-client.json
2024-05-10 04:26:55 +00:00

31 lines
984 B
JSON

{
"version": "2024-05-09T17-04-24Z",
"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.2024-05-09T17-04-24Z#/mc.exe",
"hash": "7ef8d434452908c13a78ce8ca1e91ce7b30dd75ef12f3479e7db4c4a9d092c9d"
}
},
"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"
}
}
}