mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 23:25: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-03-28T23-45-53Z",
|
|
"bin": "minio.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2018-03-28T23-45-53Z#/minio.exe",
|
|
"hash": "f2328f276d10a0507c8e22d54f3da628fd479b17689db73dd31dc77e2ff1152b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|