Merge pull request #457 from sakai135/patch-2

Docker Machine 0.4.0
This commit is contained in:
Simon Hartcher 2015-08-12 12:54:21 +10:00
commit dd453acc91

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://github.com/docker/machine", "homepage": "https://github.com/docker/machine",
"version": "0.3.1", "version": "0.4.0",
"license": "Apache", "license": "Apache",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/docker/machine/releases/download/v0.3.1/docker-machine_windows-amd64.exe", "url": "https://github.com/docker/machine/releases/download/v0.4.0/docker-machine_windows-amd64.exe",
"hash": "212cfb8be9d0c7f3ed285ba28e906744108d386ce81f151af2ef55b1d2a27ddb" "hash": "f9be8aea5b8f810f63af0bc45217ae7e035f2778bd7c745f769dfdb85792d1a4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/docker/machine/releases/download/v0.3.1/docker-machine_windows-386.exe", "url": "https://github.com/docker/machine/releases/download/v0.4.0/docker-machine_windows-386.exe",
"hash": "4e203476601ecabe33e7f6f42b496f17b92cea5416d9befb7849f1b307c9727a" "hash": "49ca50715354e222ec66a96f3e64e5931c3dc0f304649beb3f744c64864717f8"
} }
}, },
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine_*.exe)[0] $dir\\docker-machine.exe", "pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine_*.exe)[0] $dir\\docker-machine.exe",