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
405 B
11 lines
405 B
class Virtualbox431293733 < Cask
|
|
version '4.3.12-93733'
|
|
sha256 'a9d9e3b3217177bc175839747de663ba25886f71e97a9c35ad802f618f11e23e'
|
|
|
|
url "http://download.virtualbox.org/virtualbox/4.3.12/VirtualBox-#{version}-OSX.dmg"
|
|
homepage 'http://www.virtualbox.org'
|
|
license :unknown
|
|
|
|
pkg 'VirtualBox.pkg'
|
|
uninstall :script => { :executable => 'VirtualBox_Uninstall.tool', :args => %w[--unattended] }
|
|
end
|
|
|