ScoopInstaller_Main/minio.json
Brandon Smith 078cb15aeb Update minio to version 2017-10-27T18-59-02Z (#1797)
Update minio to version 2017-10-27T18-59-02Z
2017-10-30 05:45:38 +01:00

30 lines
966 B
JSON

{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/minio/blob/master/LICENSE",
"version": "2017-10-27T18-59-02Z",
"bin": "minio.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2017-10-27T18-59-02Z#/minio.exe",
"hash": "c21e988e5977d2c5df9817354e29088125508e5561575cb6eb32f1fb1eeae947"
}
},
"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"
}
}
}
}
}