From 2123979d372dbde5f5d656df2e3d82163d031413 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 27 Jul 2021 19:00:34 +0000 Subject: [PATCH] vagrant: Update to version 2.2.18 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 4edc3bdbef..e1d53c8848 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.2.17", + "version": "2.2.18", "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.17/vagrant_2.2.17_x86_64.msi", - "hash": "96b1d9b2cd95cff9031b5c7902dcc1789f4e51685bfbeb816f1bd5239831f215" + "url": "https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_x86_64.msi", + "hash": "aed44d72e72d2183354c7e2e0f6118e289becba0491a67eb2e5551701b70d359" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.17/vagrant_2.2.17_i686.msi", - "hash": "be673db325317997427fb4b49706a0c8130e8a2d882cfffbf7a0cfb6d824fb6a" + "url": "https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_i686.msi", + "hash": "b4f1da25cd8e536289988dcf922ba3ebd0469fe1c1de43e2c20c4ce707f491dd" } }, "extract_dir": "HashiCorp/Vagrant",