From 34c487bcffd6b82f00176f830da8a741a9c50d3d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 16 Nov 2018 01:00:20 +0000 Subject: [PATCH] vagrant: Update to version 2.2.1 --- vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vagrant.json b/vagrant.json index 70b9b0b488..e8ee907b67 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,15 +1,15 @@ { "homepage": "https://www.vagrantup.com/", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_x86_64.msi", - "hash": "5be450b7a1c89f8a44ccef88c2a737fd7973cbf528e5279772966ea0c7683567" + "url": "https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_x86_64.msi", + "hash": "54e062d8214cdd99e792d4dc0f85f7c3ac4275d3822102992b4003590371e65f" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_i686.msi", - "hash": "f6c12594e2247d4c53b4616f8088e59754b77c5c2c0a0dc4b267ac4c87fb0ea2" + "url": "https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_i686.msi", + "hash": "54eda24258bbcdff17a69344dd7a08b7c16e1d7e6892c6a578d5374c3bc72dde" } }, "extract_dir": "HashiCorp/Vagrant",