ScoopInstaller_Main/minio.json
2018-09-11 02:00:32 +00:00

30 lines
926 B
JSON

{
"homepage": "https://minio.io/",
"license": "Apache-2.0",
"version": "2018-09-11T01-39-21Z",
"bin": "minio.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2018-09-11T01-39-21Z#/minio.exe",
"hash": "9929d10554037853deba0e6ba7a295ea0ccfae1856762e6c3c1ea7172d2f6f6d"
}
},
"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"
}
}
}
}
}