mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +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": "2017-10-27T18-59-02Z",
|
|
"bin": "minio.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2017-10-27T18-59-02Z#/minio.exe",
|
|
"hash": "c21e988e5977d2c5df9817354e29088125508e5561575cb6eb32f1fb1eeae947"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|