mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 13:15:15 +00:00
30 lines
966 B
JSON
30 lines
966 B
JSON
{
|
|
"homepage": "https://minio.io/",
|
|
"license": "https://github.com/minio/minio/blob/master/LICENSE",
|
|
"version": "2018-04-04T05-20-54Z",
|
|
"bin": "minio.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2018-04-04T05-20-54Z#/minio.exe",
|
|
"hash": "846bbc82954bc542478ef49e1de6b837f737e5330f4317e69484fa48769b2ed6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|