Merge pull request #352 from sakai135/patch-8

Docker Machine 0.2.0
This commit is contained in:
Luke Sampson 2015-05-05 08:57:18 +10:00
commit 32d4b4ae4b

19
docker-machine.json Normal file
View File

@ -0,0 +1,19 @@
{
"homepage": "https://github.com/docker/machine",
"version": "0.2.0",
"license": "Apache",
"architecture": {
"64bit": {
"url": "https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_windows-amd64.exe",
"hash": "d17231148e0f332a659d6b861d0f8b251c53abdbeebca54592d893871abc5919"
},
"32bit": {
"url": "https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_windows-386.exe",
"hash": "242a989913029c90135e4b716521dbd5ce92d2b9a0bb5c12bce3cdcd6198ff7d"
}
},
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine_*.exe)[0] $dir\\docker-machine.exe",
"bin": [
["docker-machine.exe", "docker-machine"]
]
}