mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 01:21:31 +00:00
30 lines
872 B
JSON
30 lines
872 B
JSON
{
|
|
"homepage": "https://minio.io/",
|
|
"license": "Apache-2.0",
|
|
"version": "2018-05-25T20-20-15Z",
|
|
"bin": "mc.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2018-05-25T20-20-15Z#/mc.exe",
|
|
"hash": "d49c6fc109ae55e373e5dbd3a1cb47a9692e2d402035fe6fbfee4b49b5006485"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|