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.
7 lines
258 B
7 lines
258 B
class Virtualbox < Cask
|
|
url 'http://download.virtualbox.org/virtualbox/4.2.12/VirtualBox-4.2.12-84980-OSX.dmg'
|
|
homepage 'http://www.virtualbox.org'
|
|
version '4.2.12-84980'
|
|
sha1 '9a5913f0b25c69a67b554caa9bebd1a4d72d3d00'
|
|
install 'VirtualBox.pkg'
|
|
end
|
|
|