mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 11:51:23 +00:00
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"version": "2020-07-22T00-26-33Z",
|
|
"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-22T00-26-33Z#/minio.exe",
|
|
"hash": "32839d1c3de290839b6e94111e6e5d7ed21b260d733711330f86a790f9916e2e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|