Michael Ford
10 years ago
1 changed files with 4 additions and 2 deletions
@ -1,8 +1,10 @@ |
|||||
class Virtualbox422492790 < Cask |
class Virtualbox422492790 < Cask |
||||
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' |
version '4.2.24-92790' |
||||
sha256 '46b422e62118a75519d24b7a0dd3a84081da3827734b25e1ee121eed5c0b6af9' |
sha256 '46b422e62118a75519d24b7a0dd3a84081da3827734b25e1ee121eed5c0b6af9' |
||||
|
|
||||
|
url 'http://download.virtualbox.org/virtualbox/4.2.24/VirtualBox-4.2.24-92790-OSX.dmg' |
||||
|
homepage 'http://www.virtualbox.org' |
||||
|
|
||||
install 'VirtualBox.pkg' |
install 'VirtualBox.pkg' |
||||
uninstall :script => { :executable => 'VirtualBox_Uninstall.tool', :args => %w[--unattended] } |
uninstall :script => { :executable => 'VirtualBox_Uninstall.tool', :args => %w[--unattended] } |
||||
end |
end |
||||
|
Loading…
Reference in new issue