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
427 B
11 lines
427 B
cask :v1 => 'virtualbox432698988' do
|
|
version '4.3.26-98988'
|
|
sha256 '3efddddbed7648d5bdfe11a7a341591d05135cda7298792d93334a5faa83d124'
|
|
|
|
url "http://download.virtualbox.org/virtualbox/#{version.split('-')[0]}/VirtualBox-#{version}-OSX.dmg"
|
|
homepage 'http://www.virtualbox.org'
|
|
license :unknown
|
|
|
|
pkg 'VirtualBox.pkg'
|
|
uninstall :script => { :executable => 'VirtualBox_Uninstall.tool', :args => %w[--unattended] }
|
|
end
|
|
|