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
429 B
11 lines
429 B
cask :v1 => 'virtualbox4328100309' do
|
|
version '4.3.28-100309'
|
|
sha256 '16ef55298abe5de8cd0e9ac88895d6404cde5a17d9aa126f8860c411c4eeeac2'
|
|
|
|
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
|
|
|