From da4ca0d846567ba935043ffdf0135ae076b08cd0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Nov 2017 04:00:16 +0000 Subject: [PATCH] Update vagrant to version 2.0.1 --- vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vagrant.json b/vagrant.json index 81a70e2608..8ac18b6e90 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,15 +1,15 @@ { "homepage": "https://www.vagrantup.com/", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.msi", - "hash": "0fd2ebaf46d2d0f33a77844ed7a2116158b13872e47877bbb3929ae55d3d104f" + "url": "https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.msi", + "hash": "d73d2200c1edc04a1988d961b0816916f052b8baa73d3e7b4f1a168a49927024" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_i686.msi", - "hash": "9e33c6e0ba25c597e963a2b514818829b9e4ce9ddaf45718be4b0a97da04afd1" + "url": "https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_i686.msi", + "hash": "873f579465765dbc27a6c1f363cf559d46a2c084afc534c895edafc702972920" } }, "extract_dir": "HashiCorp/Vagrant",