mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/docker/machine",
|
|
"version": "0.13.0",
|
|
"license": "Apache",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.13.0/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
|
|
"hash": "ec304126dac48873e5f52c0df0d8333be4bd653a37ba1cf78793da0e858db9e3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.13.0/docker-machine-Windows-i386.exe#/docker-machine.exe",
|
|
"hash": "564c57e251ffa61fb6d03157f67a8c3cc10ecaaf592e589aca9307b6357561fc"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"docker-machine.exe",
|
|
"docker-machine"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-x86_64.exe#/docker-machine.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-i386.exe#/docker-machine.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sum.txt"
|
|
}
|
|
}
|
|
}
|