You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
406 B
11 lines
406 B
cask :v1 => 'virtualbox43691406' do
|
|
version '4.3.6-91406'
|
|
sha256 '60678b7cc7dc741b800cfc99c7ff73a185c548af877071eb82422f354e76bca2'
|
|
|
|
url "http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-#{version}-OSX.dmg"
|
|
homepage 'http://www.virtualbox.org'
|
|
license :unknown
|
|
|
|
pkg 'VirtualBox.pkg'
|
|
uninstall :script => { :executable => 'VirtualBox_Uninstall.tool', :args => %w[--unattended] }
|
|
end
|
|
|