ScoopInstaller_Main/minio-client.json
2018-03-25 02:01:49 +00:00

30 lines
909 B
JSON

{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/mc/blob/master/LICENSE",
"version": "2018-03-25T01-22-22Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2018-03-25T01-22-22Z#/mc.exe",
"hash": "82becafa1136967ed70c05aa876b9d48f25521088ec7701dce887b3fe102736b"
}
},
"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"
}
}
}
}
}