mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 11:11:19 +00:00
31 lines
984 B
JSON
31 lines
984 B
JSON
{
|
|
"version": "2023-02-28T00-12-59Z",
|
|
"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.2023-02-28T00-12-59Z#/mc.exe",
|
|
"hash": "e88d7ec29f5da5408d51fe27d9a63ad236b3720a921d52994b5c23706e03cb0b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|