install VB 5.0.10
This commit is contained in:
parent
15ddc1bf9d
commit
7a1d17042d
|
@ -10,8 +10,8 @@ module VagrantPlugins
|
||||||
class ProviderInstallVirtualBox
|
class ProviderInstallVirtualBox
|
||||||
# The URL to download VirtualBox is hardcoded so we can have a
|
# The URL to download VirtualBox is hardcoded so we can have a
|
||||||
# known-good version to download.
|
# known-good version to download.
|
||||||
URL = "http://download.virtualbox.org/virtualbox/5.0.8/VirtualBox-5.0.8-103449-OSX.dmg".freeze
|
URL = "http://download.virtualbox.org/virtualbox/5.0.10/VirtualBox-5.0.10-104061-OSX.dmg".freeze
|
||||||
VERSION = "5.0.8".freeze
|
VERSION = "5.0.10".freeze
|
||||||
|
|
||||||
def self.provider_install_virtualbox(env)
|
def self.provider_install_virtualbox(env)
|
||||||
tf = Tempfile.new("vagrant")
|
tf = Tempfile.new("vagrant")
|
||||||
|
|
|
@ -11,8 +11,8 @@ module VagrantPlugins
|
||||||
class ProviderInstallVirtualBox
|
class ProviderInstallVirtualBox
|
||||||
# The URL to download VirtualBox is hardcoded so we can have a
|
# The URL to download VirtualBox is hardcoded so we can have a
|
||||||
# known-good version to download.
|
# known-good version to download.
|
||||||
URL = "http://download.virtualbox.org/virtualbox/5.0.8/VirtualBox-5.0.8-103449-Win.exe".freeze
|
URL = "http://download.virtualbox.org/virtualbox/5.0.10/VirtualBox-5.0.10-104061-Win.exe".freeze
|
||||||
VERSION = "5.0.8".freeze
|
VERSION = "5.0.10".freeze
|
||||||
|
|
||||||
def self.provider_install_virtualbox(env)
|
def self.provider_install_virtualbox(env)
|
||||||
tf = Tempfile.new("vagrant")
|
tf = Tempfile.new("vagrant")
|
||||||
|
|
Loading…
Reference in New Issue