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.
9 lines
390 B
9 lines
390 B
11 years ago
|
class Virtualbox422492790 < Cask
|
||
11 years ago
|
url 'http://download.virtualbox.org/virtualbox/4.2.24/VirtualBox-4.2.24-92790-OSX.dmg'
|
||
|
homepage 'http://www.virtualbox.org'
|
||
|
version '4.2.24-92790'
|
||
|
sha256 '46b422e62118a75519d24b7a0dd3a84081da3827734b25e1ee121eed5c0b6af9'
|
||
|
install 'VirtualBox.pkg'
|
||
|
uninstall :script => { :executable => 'VirtualBox_Uninstall.tool', :args => %w[--unattended] }
|
||
11 years ago
|
end
|