ScoopInstaller_Main/minio-client.json
2018-06-07 20:00:19 +00:00

30 lines
872 B
JSON

{
"homepage": "https://minio.io/",
"license": "Apache-2.0",
"version": "2018-06-07T19-24-28Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2018-06-07T19-24-28Z#/mc.exe",
"hash": "a486921d39b0dfa68389cd9d722d36cb36d7e2c3a64b5205108165624fdd90e8"
}
},
"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"
}
}
}
}
}