ScoopInstaller_Main/minio.json
2017-07-26 22:12:20 +02:00

40 lines
1.4 KiB
JSON

{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/minio/blob/master/LICENSE",
"version": "2017-07-24T18-27-35Z",
"bin": "minio.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2017-07-24T18-27-35Z#/minio.exe",
"hash": "459f0211e6029ca128d04bf797f735cfcaed0eef9185b182ff473853cca2644e"
},
"32bit": {
"url": "https://dl.minio.io/server/minio/release/windows-386/minio.RELEASE.2017-07-24T18-27-35Z#/minio.exe",
"hash": "18b1d640a166add35ba5d8b6f65dc83d058c326cea5bd2cb2fa16ea00fa7666e"
}
},
"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"
}
},
"32bit": {
"url": "https://dl.minio.io/server/minio/release/windows-386/minio.RELEASE.$version#/minio.exe",
"hash": {
"url": "$baseurl/minio.RELEASE.$version.sha256sum"
}
}
}
}
}