mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +00:00
20 lines
768 B
JSON
20 lines
768 B
JSON
{
|
|
"homepage": "https://github.com/docker/machine",
|
|
"version": "0.5.5",
|
|
"license": "Apache",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.5.5/docker-machine_windows-amd64.exe",
|
|
"hash": "2e1f6fa7542eafcdea9bdc04f1ab6bc792390c563be78d06cdb2ebacacb1a80a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.5.5/docker-machine_windows-386.exe",
|
|
"hash": "89c66c4c5c9993057d92de5160fbe29e5dfe9b93c89648bd6f07a49436bcc070"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine_*.exe)[0] $dir\\docker-machine.exe",
|
|
"bin": [
|
|
["docker-machine.exe", "docker-machine"]
|
|
]
|
|
}
|