From 19711574ce44a5b440989b7505cba2e8230fa528 Mon Sep 17 00:00:00 2001 From: Keiichi Shimamura Date: Wed, 4 Nov 2015 22:27:51 -0500 Subject: [PATCH] docker-machine 0.5.0 --- docker-machine.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-machine.json b/docker-machine.json index a44516b2a4..53d6f86255 100644 --- a/docker-machine.json +++ b/docker-machine.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/docker/machine", - "version": "0.4.1", + "version": "0.5.0", "license": "Apache", "architecture": { "64bit": { - "url": "https://github.com/docker/machine/releases/download/v0.4.1/docker-machine_windows-amd64.exe", - "hash": "551b524eee1395837d80f0bea770365100c833b5202451f7c925900685113f05" + "url": "https://github.com/docker/machine/releases/download/v0.5.0/docker-machine_windows-amd64.zip", + "hash": "fd236a3fea82e240d5a5daaeee5c1ed29c6ac1805c98ce23f2281240c6815b51" }, "32bit": { - "url": "https://github.com/docker/machine/releases/download/v0.4.1/docker-machine_windows-386.exe", - "hash": "92a9284e137da5415b21cbb4543b43e170438f2aeee3526211cfb53b4cf37e6c" + "url": "https://github.com/docker/machine/releases/download/v0.5.0/docker-machine_windows-386.zip", + "hash": "383213419f4a8fc13e32f946f91370855c71bf84cc9f93b1d172462fd2c396a6" } }, "pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine_*.exe)[0] $dir\\docker-machine.exe",