2020-09-26 11:07:17 +02:00

31 lines
1.0 KiB
JSON

{
"version": "2020-09-26T03-44-56Z",
"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-09-26T03-44-56Z#/minio.exe",
"hash": "3a547e3a77d4d4fd023aa90e650188b83a8c73a8218e519441369bd3380f9cb1"
}
},
"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"
}
}
}
}
}