diff --git a/bucket/vagrant.json b/bucket/vagrant.json index ba84993208..1dd12e3189 100644 --- a/bucket/vagrant.json +++ b/bucket/vagrant.json @@ -1,16 +1,16 @@ { - "version": "2.2.19", + "version": "2.3.0", "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.19/vagrant_2.2.19_x86_64.msi", - "hash": "95b4c9195ad62f06e13e68f2f0814d9a8b3a37f9e24a7bfe71b64f44ac6307c8" + "url": "https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_windows_amd64.msi", + "hash": "21e5c8791d6d61f355214ac12e5744147cdd7d0e2ce2b24489171573a3daaa86" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_i686.msi", - "hash": "93557f77dfb068b2dd83a4991e07b8caa4b28fced6c48dbf632f1ffe6308353e" + "url": "https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_windows_i686.msi", + "hash": "0be88e11085517cae8bb4e636fd77da865ded52bcaab5523ce70379d27713669" } }, "extract_dir": "HashiCorp/Vagrant", @@ -22,10 +22,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_x86_64.msi" + "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_amd64.msi" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_i686.msi" + "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_i686.msi" } }, "hash": {