From d0310e2985ffe3753a09ed64437fa289fda0353d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Este-Gracias?= Date: Tue, 27 Sep 2016 09:31:48 +0200 Subject: [PATCH] docker-machine 0.8.2 (#1043) --- docker-machine.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-machine.json b/docker-machine.json index de41612a20..ef2ecf0d44 100644 --- a/docker-machine.json +++ b/docker-machine.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/docker/machine", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache", "architecture": { "64bit": { - "url": "https://github.com/docker/machine/releases/download/v0.8.1/docker-machine-Windows-x86_64.exe", - "hash": "88effdc0ced213302e1887284eaaaabca76ef515aee1e051a217d8978dcbceb9" + "url": "https://github.com/docker/machine/releases/download/v0.8.2/docker-machine-Windows-x86_64.exe", + "hash": "68fabc3ad5e40e2c3d838ca3b8a8bf75efa3d5ecc8915ca5d714e2e49fd72786" }, "32bit": { - "url": "https://github.com/docker/machine/releases/download/v0.8.1/docker-machine-Windows-i386.exe", - "hash": "8b8ff258b1cec7b94f28281525e191a5668deee9a9a7996814a7ed2e6c50fc67" + "url": "https://github.com/docker/machine/releases/download/v0.8.2/docker-machine-Windows-i386.exe", + "hash": "b98787c779b7d711b4ca3408cbf145d8c429f2c9717c88d7d4cb8b2339702401" } }, "pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine-*.exe)[0] $dir\\docker-machine.exe",