From c23bee255b32eeb242043fbabe239d1dae6328cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:39:33 +0000 Subject: [PATCH] vagrant: Update to version 2.4.6 --- bucket/vagrant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vagrant.json b/bucket/vagrant.json index db33fad41e..51e709d0c7 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.4.5", + "version": "2.4.6", "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.5/vagrant_2.4.5_windows_amd64.msi", - "hash": "b06379065e3af865f82ee0a35b94ccfcb38687dfa943b7ee311a3a38de6786a4" + "url": "https://releases.hashicorp.com/vagrant/2.4.6/vagrant_2.4.6_windows_amd64.msi", + "hash": "1313c24033840aa1b80e54156730a570b631d4f5a85632ed96d23f30c65d6b02" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.4.5/vagrant_2.4.5_windows_i686.msi", - "hash": "7e54b8ce2c0f89789310dbaff540c3031dde568b61a10dc8a3763b37cf71e155" + "url": "https://releases.hashicorp.com/vagrant/2.4.6/vagrant_2.4.6_windows_i686.msi", + "hash": "59c93c35f7235b9f898878eb170146f3e1b3a765371cfe1c6646ecb5ac4b5376" } }, "extract_dir": "Vagrant",