ScoopInstaller_Main/minio-client.json

30 lines
872 B
JSON

{
"homepage": "https://minio.io/",
"license": "Apache-2.0",
"version": "2019-03-13T21-05-06Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2019-03-13T21-05-06Z#/mc.exe",
"hash": "a11e13509ee9c9e64adaf6a8f29fe7d6b16995275b678db934be0939c057b1be"
}
},
"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"
}
}
}
}
}