2022-03-09 04:29:26 +00:00

31 lines
1021 B
JSON

{
"version": "2022-03-08T22-28-51Z",
"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.2022-03-08T22-28-51Z#/minio.exe",
"hash": "fd29677373f9be5ce8be0ed066e35b4e2346cd7ee6b1806671da1017a330e570"
}
},
"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"
}
}
}