2020-12-26 07:30:27 +01:00

31 lines
1021 B
JSON

{
"version": "2020-12-26T01-35-54Z",
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (server)",
"homepage": "https://min.io",
"license": "Apache-2.0",
"suggest": {
"minio-client": "minio-client"
},
"architecture": {
"64bit": {
"url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-12-26T01-35-54Z#/minio.exe",
"hash": "33b72a6cc45ed8544f626f013711ce2802e3c5ada829d9aeea3808b3a23aa5ff"
}
},
"bin": "minio.exe",
"checkver": {
"github": "https://github.com/minio/minio",
"regex": "releases/tag/RELEASE\\.([\\d-]+T[\\d-]+Z)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.$version#/minio.exe"
}
},
"hash": {
"url": "$url.sha256sum"
}
}
}