From 7ff1722757ac378597b98776bde9a26247a735b6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 14 Oct 2019 20:00:31 +0000 Subject: [PATCH] vagrant: Update to version 2.2.6 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 9dc5869ac0..dba8defcb7 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { "homepage": "https://www.vagrantup.com/", "description": "A tool for building and managing virtual machine environments in a single workflow.", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_x86_64.msi", - "hash": "8716bec78764f122354d0274448bab9124629c57e226f021e65bf7041cd8c659" + "url": "https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_x86_64.msi", + "hash": "4e9d2617dc2e1d194cdf8c7fbdc4041cef43e770baecbadbfed6c74fc4f5b98c" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_i686.msi", - "hash": "7cb6b2c1bf4c74b1b95d662e4c6c7dd2b7fbbefa0661b12f94b61eca3d80ec7d" + "url": "https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_i686.msi", + "hash": "c4f760748998598f5370ef6b4860fdaf7a66ffbe4caa8f39d87543a5b15ed136" } }, "extract_dir": "HashiCorp/Vagrant",