Add minio client and server

This commit is contained in:
Richard Kuhnt 2017-05-12 19:29:14 +02:00
parent 94e7cccbeb
commit 3ddf44ef30
2 changed files with 72 additions and 0 deletions

36
minio-client.json Normal file
View File

@ -0,0 +1,36 @@
{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/mc/blob/master/LICENSE",
"version": "2017-04-03T18-35-01Z",
"bin": "mc.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2017-04-03T18-35-01Z#/mc.exe",
"hash": "sha1:b3fa256eeb5395b1fa5f19b5be97f8428ad67ec2"
},
"32bit": {
"url": "https://dl.minio.io/client/mc/release/windows-386/mc.RELEASE.2017-04-03T18-35-01Z#/mc.exe",
"hash": "sha1:a36164d2bc280d719e7c51e763c2535ad5aa89d9"
}
},
"checkver": {
"github": "https://github.com/minio/mc",
"re": "releases/tag/RELEASE.([\\d-]+T[\\d-]+Z)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.$version#/mc.exe",
"hash": {
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.shasum"
}
},
"32bit": {
"url": "https://dl.minio.io/client/mc/release/windows-386/mc.RELEASE.$version#/mc.exe",
"hash": {
"url": "https://dl.minio.io/client/mc/release/windows-386/mc.shasum"
}
}
}
}
}

36
minio-server.json Normal file
View File

@ -0,0 +1,36 @@
{
"homepage": "https://minio.io/",
"license": "https://github.com/minio/minio/blob/master/LICENSE",
"version": "2017-05-05T01-14-51Z",
"bin": "minio.exe",
"architecture": {
"64bit": {
"url": "https://dl.minio.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2017-05-05T01-14-51Z#/minio.exe",
"hash": "37cc9319c3e60545bd8cd76108aaf0339be4d9d4977e7f48451224a2799f01e7"
},
"32bit": {
"url": "https://dl.minio.io/server/minio/release/windows-386/archive/minio.RELEASE.2017-05-05T01-14-51Z#/minio.exe",
"hash": "bc3911a985dd0c56c6f95fb9ffad04eea4736c4e3a8e054993006a9ebd66fcc2"
}
},
"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": "https://dl.minio.io/server/minio/release/windows-amd64/archive/minio.RELEASE.$version.sha256sum"
}
},
"32bit": {
"url": "https://dl.minio.io/server/minio/release/windows-386/archive/minio.RELEASE.$version#/minio.exe",
"hash": {
"url": "https://dl.minio.io/server/minio/release/windows-386/archive/minio.RELEASE.$version.sha256sum"
}
}
}
}
}