From 8417278b97196c2254a08345be8ddff8220e9169 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 7 Jul 2021 22:00:24 +0000 Subject: [PATCH] vagrant: Update to version 2.2.17 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index e4bf1d5a74..4edc3bdbef 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.2.16", + "version": "2.2.17", "description": "A tool for building and managing virtual machine environments in a single workflow.", "homepage": "https://www.vagrantup.com/", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_x86_64.msi", - "hash": "bfa036fd1562c296c9a6200f312314f348cb5a8edd3de8b9843761afa1c371b7" + "url": "https://releases.hashicorp.com/vagrant/2.2.17/vagrant_2.2.17_x86_64.msi", + "hash": "96b1d9b2cd95cff9031b5c7902dcc1789f4e51685bfbeb816f1bd5239831f215" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_i686.msi", - "hash": "37c6aeb26b1f76588f541b04d76de3fff566045bc9693dcb5acb707eb1038d9e" + "url": "https://releases.hashicorp.com/vagrant/2.2.17/vagrant_2.2.17_i686.msi", + "hash": "be673db325317997427fb4b49706a0c8130e8a2d882cfffbf7a0cfb6d824fb6a" } }, "extract_dir": "HashiCorp/Vagrant",