From 1987d6f68904fda89f48d3694d6717a3f4a13df0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:35:23 +0000 Subject: [PATCH] vagrant: Update to version 2.4.3 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index fe8963d281..72191834d1 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.4.2", + "version": "2.4.3", "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.4.2/vagrant_2.4.2_windows_amd64.msi", - "hash": "4638886974633fb3fba69df9f5680039883ad610b0dc9f00aa14fe4c1039aa35" + "url": "https://releases.hashicorp.com/vagrant/2.4.3/vagrant_2.4.3_windows_amd64.msi", + "hash": "5eb57707046255b941a4b8fcf8863fa5d67aa5f33f1c48a150c2bb274c9f003c" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.4.2/vagrant_2.4.2_windows_i686.msi", - "hash": "8c9f7c84d066c9a37e70099254cce8330ca36ddedf2f8690196714ab6e72396b" + "url": "https://releases.hashicorp.com/vagrant/2.4.3/vagrant_2.4.3_windows_i686.msi", + "hash": "2be9f54e5057daa8371a78a741ec007034df773b3f68c124ea17feec1737deaf" } }, "extract_dir": "Vagrant",