ScoopInstaller_Main/minio-client.json

40 lines
1.3 KiB
JSON

{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/mc/blob/master/LICENSE",
"version": "2017-04-03T18-35-01Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2017-04-03T18-35-01Z#/mc.exe",
"hash": "sha1:b3fa256eeb5395b1fa5f19b5be97f8428ad67ec2"
},
"32bit": {
"url": "https://dl.minio.io/client/mc/release/windows-386/mc.RELEASE.2017-04-03T18-35-01Z#/mc.exe",
"hash": "sha1:a36164d2bc280d719e7c51e763c2535ad5aa89d9"
}
},
"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.shasum"
}
},
"32bit": {
"url": "https://dl.minio.io/client/mc/release/windows-386/mc.RELEASE.$version#/mc.exe",
"hash": {
"url": "$baseurl/mc.shasum"
}
}
}
}
}