mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
31 lines
984 B
JSON
31 lines
984 B
JSON
{
|
|
"version": "2024-11-17T19-35-25Z",
|
|
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)",
|
|
"homepage": "https://min.io/",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"minio": "minio"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2024-11-17T19-35-25Z#/mc.exe",
|
|
"hash": "2573ea6ef48f9fcfa6b4c8f36ebe72e1ec0e1eb0c4771b7b89d66e595d056910"
|
|
}
|
|
},
|
|
"bin": "mc.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/minio/mc",
|
|
"regex": "releases/tag/RELEASE\\.([\\d-]+T[\\d-]+Z)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.$version#/mc.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|