{ "homepage": "https://www.vagrantup.com/", "description": "A tool for building and managing virtual machine environments in a single workflow.", "version": "2.2.9", "license": "MIT", "architecture": { "64bit": { "url": "https://releases.hashicorp.com/vagrant/2.2.9/vagrant_2.2.9_x86_64.msi", "hash": "5d337db06a94870e01f8e8905455501b663268777e83783fe5d1f65e8543fb1a" }, "32bit": { "url": "https://releases.hashicorp.com/vagrant/2.2.9/vagrant_2.2.9_i686.msi", "hash": "7b0e16043d906b6cafa8ae4f8748c8df7a8b6a2ea0e24bdfe0721e3ee2cb8daf" } }, "extract_dir": "HashiCorp/Vagrant", "bin": "bin\\vagrant.exe", "checkver": { "url": "https://releases.hashicorp.com/vagrant/", "re": "vagrant_([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_x86_64.msi" }, "32bit": { "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_i686.msi" } }, "hash": { "url": "$baseurl/vagrant_$version_SHA256SUMS" } } }