From dde66cec703fbd80329a3ced2f896917d7103192 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Thu, 13 Mar 2014 20:28:29 +1100 Subject: [PATCH] vagrant 1.5.0 Note: Includes change from .bat to .exe binary executable --- vagrant.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vagrant.json b/vagrant.json index acc12578ab..3aa212287a 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,11 +1,11 @@ { "homepage": "http://www.vagrantup.com/", - "version": "1.4.3", + "version": "1.5.0", "license": "MIT", - "url": "https://dl.bintray.com/mitchellh/vagrant/Vagrant_1.4.3.msi", - "hash": "78a910a5274b127496a9963839dc24860bbabdd870d00c433621801dad690469", + "url": "https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.0.msi", + "hash": "9484bdba4787cc1f7a5814cfcec58d5acdeb37584594d0932e9fd22b4590b91d", "extract_dir": "HashiCorp/Vagrant", - "bin": "bin\\vagrant.bat", + "bin": "bin\\vagrant.exe", "checkver": { "url": "http://www.vagrantup.com/downloads.html", "re": "latest version of Vagrant \\(([^\\)]+)\\)"