Update vagrant to 1.9.1

This commit is contained in:
Ross Smith II 2016-12-30 17:44:47 -08:00
parent 5436502011
commit 54c5277dd6

View File

@ -1,13 +1,19 @@
{ {
"homepage": "https://www.vagrantup.com/", "homepage": "https://www.vagrantup.com/",
"version": "1.8.7", "version": "1.9.1",
"license": "MIT", "license": "MIT",
"url": "https://releases.hashicorp.com/vagrant/1.8.7/vagrant_1.8.7.msi", "url": "https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1.msi",
"hash": "42e182946d1001bf3bd78f7610d4b5b5b4497133ad67abd9bbf4c43b3878e100", "hash": "db1fef59dd15ac90b6f5cfad20af7e15eccd814556a81f46e5422386166789a6",
"extract_dir": "HashiCorp/Vagrant", "extract_dir": "HashiCorp/Vagrant",
"bin": "bin\\vagrant.exe", "bin": "bin\\vagrant.exe",
"checkver": { "checkver": {
"url": "https://releases.hashicorp.com/vagrant/", "url": "https://releases.hashicorp.com/vagrant/",
"re": "vagrant_([\\d.]+)" "re": "vagrant_([\\d.]+)"
},
"autoupdate": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi",
"hash": {
"mode": "download"
}
} }
} }