mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
20 lines
768 B
JSON
20 lines
768 B
JSON
{
|
|
"homepage": "https://github.com/docker/machine",
|
|
"version": "0.4.1",
|
|
"license": "Apache",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.4.1/docker-machine_windows-amd64.exe",
|
|
"hash": "551b524eee1395837d80f0bea770365100c833b5202451f7c925900685113f05"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.4.1/docker-machine_windows-386.exe",
|
|
"hash": "92a9284e137da5415b21cbb4543b43e170438f2aeee3526211cfb53b4cf37e6c"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine_*.exe)[0] $dir\\docker-machine.exe",
|
|
"bin": [
|
|
["docker-machine.exe", "docker-machine"]
|
|
]
|
|
}
|