2020-07-25 10:10:00 +02:00

31 lines
1.0 KiB
JSON

{
"version": "2020-07-24T22-43-05Z",
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (server)",
"homepage": "https://min.io/",
"license": "Apache-2.0",
"bin": "minio.exe",
"architecture": {
"64bit": {
"url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-07-24T22-43-05Z#/minio.exe",
"hash": "af0e26b7b0b327160bb7aceeb46c8e401ee6cb00bbe5a9653444baf2cc5808a1"
}
},
"suggest": {
"minio-client": "minio-client"
},
"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"
}
}
}
}
}