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.
16 lines
633 B
16 lines
633 B
cask :v1 => 'virtualbox-beta' do
|
|
version '5.0.0_RC2-101271'
|
|
sha256 '6ab15a281b30d60cf245aad3ef66deb72e87deacbcbfc660dfbbc5b8e7c8543d'
|
|
|
|
url "http://download.virtualbox.org/virtualbox/#{version.split('-')[0]}/VirtualBox-#{version}-OSX.dmg"
|
|
homepage 'http://www.virtualbox.org'
|
|
license :gpl
|
|
tags :vendor => 'Oracle'
|
|
|
|
pkg 'VirtualBox.pkg'
|
|
binary '/Applications/VirtualBox.app/Contents/MacOS/VBoxManage'
|
|
binary '/Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless'
|
|
|
|
uninstall :script => { :executable => 'VirtualBox_Uninstall.tool', :args => %w[--unattended] },
|
|
:pkgutil => 'org.virtualbox.pkg.*'
|
|
end
|
|
|