ScoopInstaller_Main/minio-client.json

30 lines
872 B
JSON

{
"homepage": "https://minio.io/",
"license": "Apache-2.0",
"version": "2018-09-26T00-42-43Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2018-09-26T00-42-43Z#/mc.exe",
"hash": "c38d6f4a72c4ddf6b7a3936f7ac39f62d5de54c252f4af35012560dbf29a4bf6"
}
},
"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"
}
}
}
}
}