mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +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-01-18T20-33-21Z",
|
|
"bin": "minio.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.minio.io/server/minio/release/windows-amd64/minio.RELEASE.2018-01-18T20-33-21Z#/minio.exe",
|
|
"hash": "702b7aae4af46804924d445634d54a28001dd5b784f6ba1f05aff8ba27159866"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|