mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
31 lines
1004 B
JSON
31 lines
1004 B
JSON
{
|
|
"homepage": "https://minio.io/",
|
|
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)",
|
|
"license": "Apache-2.0",
|
|
"version": "2019-10-02T19-41-02Z",
|
|
"bin": "mc.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2019-10-02T19-41-02Z#/mc.exe",
|
|
"hash": "70c94d2bf1f45aaa9d2a687d9fa993459b1a9283531cc6ca1743df554567a6c8"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"minio": "minio"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/minio/mc",
|
|
"re": "releases/tag/RELEASE.([\\d-]+T[\\d-]+Z)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.$version#/mc.exe",
|
|
"hash": {
|
|
"url": "$baseurl/mc.exe.sha256sum"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|