-
Notifications
You must be signed in to change notification settings - Fork 9
/
minio.json
30 lines (30 loc) · 1.03 KB
/
minio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "2024-11-07T00-52-20Z",
"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.2024-11-07T00-52-20Z#/minio.exe",
"hash": "1b7f41650f3ed68340a01d05d2ef779cf48cc67e9a61b845a3d788094bf92d69"
}
},
"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"
}
}
}