mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
30 lines
872 B
JSON
30 lines
872 B
JSON
{
|
|
"homepage": "https://minio.io/",
|
|
"license": "Apache-2.0",
|
|
"version": "2019-04-17T17-41-56Z",
|
|
"bin": "mc.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.minio.io/client/mc/release/windows-amd64/mc.RELEASE.2019-04-17T17-41-56Z#/mc.exe",
|
|
"hash": "b790d3cebac163375e0c6ad9ea0a76edf4774fc213ca5d2a134dd1cc560d14a4"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"minio": "minio"
|
|
},
|
|
"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": "$baseurl/mc.exe.sha256sum"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|