ScoopInstaller_Main/bucket/minio-client.json
2024-01-02 00:32:19 +00:00

31 lines
984 B
JSON

{
"version": "2023-12-29T20-15-29Z",
"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-12-29T20-15-29Z#/mc.exe",
"hash": "a25514be96ce64a25b5696cb32c6b9651bb64823aafeb3b159c03962599028ac"
}
},
"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"
}
}
}