From 3ddf44ef304af9901eb52764df56e2fa02b917b9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 12 May 2017 19:29:14 +0200 Subject: [PATCH] Add minio client and server --- minio-client.json | 36 ++++++++++++++++++++++++++++++++++++ minio-server.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 minio-client.json create mode 100644 minio-server.json diff --git a/minio-client.json b/minio-client.json new file mode 100644 index 0000000000..acf8c5a46e --- /dev/null +++ b/minio-client.json @@ -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" + } + } + } + } +} diff --git a/minio-server.json b/minio-server.json new file mode 100644 index 0000000000..cf20d57ab9 --- /dev/null +++ b/minio-server.json @@ -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" + } + } + } + } +}