2021-12-21 00:31:58 +00:00

31 lines
1021 B
JSON

{
"version": "2021-12-20T22-07-16Z",
"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.2021-12-20T22-07-16Z#/minio.exe",
"hash": "a211fa9fa687917a0f38bfb6f67d70f1515663d5e86c4d6c8221fb18552a68b5"
}
},
"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"
}
}
}