ScoopInstaller_Main/minio.json
2017-06-21 18:43:11 +02:00

40 lines
1.5 KiB
JSON

{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/minio/blob/master/LICENSE",
"version": "2017-06-13T19-01-01Z",
"bin": "minio.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2017-06-13T19-01-01Z#/minio.exe",
"hash": "98cbda8b6674e6cf1d1ac49d55f43077d2538d53eea2e7f2f3c7fa7ab6101fca"
},
"32bit": {
"url": "https://dl.minio.io/server/minio/release/windows-386/minio.RELEASE.2017-06-13T19-01-01Z#/minio.exe",
"hash": "333b2c51475ede6111d82c1fffd29dd7253d6a4978ae88b283f169396a84af66"
}
},
"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/archive/minio.RELEASE.$version#/minio.exe",
"hash": {
"url": "$baseurl/minio.RELEASE.$version.sha256sum"
}
},
"32bit": {
"url": "https://dl.minio.io/server/minio/release/windows-386/archive/minio.RELEASE.$version#/minio.exe",
"hash": {
"url": "$baseurl/minio.RELEASE.$version.sha256sum"
}
}
}
}
}