From 11636a07268a2b668c25b672bf76acef642e6fcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 04:28:08 +0000 Subject: [PATCH] vagrant: Update to version 2.3.4 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index 0953e08ae4..60e372726c 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.3.3", + "version": "2.3.4", "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.3.3/vagrant_2.3.3_windows_amd64.msi", - "hash": "de268c1d580066e23f6e334e3ea14850cd4aeb186e545af08b1f7217ff67e6e7" + "url": "https://releases.hashicorp.com/vagrant/2.3.4/vagrant_2.3.4_windows_amd64.msi", + "hash": "c08c9201dbc4ae7292d615fab60b083f72a6711b5fa35d20b4bda3511a830dad" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.3.3/vagrant_2.3.3_windows_i686.msi", - "hash": "2c9ab69bee74cf19894b40bc7e2ec30b3c00dd9b425c611eb53987d900fc0d5d" + "url": "https://releases.hashicorp.com/vagrant/2.3.4/vagrant_2.3.4_windows_i686.msi", + "hash": "74f6d5cfc4e14b52e38d5b25b75b46715e2f0f09d5187d1a514aab7e687cf651" } }, "extract_dir": "HashiCorp/Vagrant",