ScoopInstaller_Main/minio-client.json
Brandon Smith c471382887 Update minio-client to version 2017-10-14T00-51-16Z (#1798)
Update minio-client to version 2017-10-14T00-51-16Z
2017-10-30 05:45:11 +01:00

30 lines
883 B
JSON

{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/mc/blob/master/LICENSE",
"version": "2017-10-14T00-51-16Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2017-10-14T00-51-16Z#/mc.exe",
"hash": "sha1:c10dc779f66ed0d9320f16835f1b458977b21ee2"
}
},
"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"
}
}
}
}
}