mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Add minio client and server
This commit is contained in:
parent
94e7cccbeb
commit
3ddf44ef30
36
minio-client.json
Normal file
36
minio-client.json
Normal 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
36
minio-server.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user