From 54c5277dd65e751855b8aeb7e500987e47cd8bfb Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 30 Dec 2016 17:44:47 -0800 Subject: [PATCH] Update vagrant to 1.9.1 --- vagrant.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/vagrant.json b/vagrant.json index 223f72ce1f..e9c28d4400 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,13 +1,19 @@ { "homepage": "https://www.vagrantup.com/", - "version": "1.8.7", + "version": "1.9.1", "license": "MIT", - "url": "https://releases.hashicorp.com/vagrant/1.8.7/vagrant_1.8.7.msi", - "hash": "42e182946d1001bf3bd78f7610d4b5b5b4497133ad67abd9bbf4c43b3878e100", + "url": "https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1.msi", + "hash": "db1fef59dd15ac90b6f5cfad20af7e15eccd814556a81f46e5422386166789a6", "extract_dir": "HashiCorp/Vagrant", "bin": "bin\\vagrant.exe", "checkver": { "url": "https://releases.hashicorp.com/vagrant/", "re": "vagrant_([\\d.]+)" + }, + "autoupdate": { + "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi", + "hash": { + "mode": "download" + } } }