install VB 5.0.10

This commit is contained in:
Mitchell Hashimoto 2015-11-23 22:54:31 -08:00
parent 15ddc1bf9d
commit 7a1d17042d
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ module VagrantPlugins
class ProviderInstallVirtualBox
# The URL to download VirtualBox is hardcoded so we can have a
# known-good version to download.
URL = "http://download.virtualbox.org/virtualbox/5.0.8/VirtualBox-5.0.8-103449-OSX.dmg".freeze
VERSION = "5.0.8".freeze
URL = "http://download.virtualbox.org/virtualbox/5.0.10/VirtualBox-5.0.10-104061-OSX.dmg".freeze
VERSION = "5.0.10".freeze
def self.provider_install_virtualbox(env)
tf = Tempfile.new("vagrant")

View File

@ -11,8 +11,8 @@ module VagrantPlugins
class ProviderInstallVirtualBox
# The URL to download VirtualBox is hardcoded so we can have a
# known-good version to download.
URL = "http://download.virtualbox.org/virtualbox/5.0.8/VirtualBox-5.0.8-103449-Win.exe".freeze
VERSION = "5.0.8".freeze
URL = "http://download.virtualbox.org/virtualbox/5.0.10/VirtualBox-5.0.10-104061-Win.exe".freeze
VERSION = "5.0.10".freeze
def self.provider_install_virtualbox(env)
tf = Tempfile.new("vagrant")