ScoopInstaller_Main/minio.json
2018-01-03 00:00:31 +00:00

30 lines
966 B
JSON

{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/minio/blob/master/LICENSE",
"version": "2018-01-02T23-07-00Z",
"bin": "minio.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2018-01-02T23-07-00Z#/minio.exe",
"hash": "bc10bd22bf4a42bfdd9c7f20e9c96a0c2e5d78b0737c61546fbff9d6707e1eb8"
}
},
"suggest": {
"minio-client": "minio-client"
},
"checkver": {
"github": "https://github.com/minio/minio",
"re": "releases/tag/RELEASE.([\\d-]+T[\\d-]+Z)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.$version#/minio.exe",
"hash": {
"url": "$baseurl/minio.RELEASE.$version.sha256sum"
}
}
}
}
}