class Vagrant < Cask url 'http://files.vagrantup.com/packages/0219bb87725aac28a97c0e924c310cc97831fd9d/Vagrant-1.2.4.dmg' homepage 'http://www.vagrantup.com' version '1.2.4' sha1 'f3a9e3503690755eec7901cd72e73dab4c133a89' install 'Vagrant.pkg' uninstall :script => 'uninstall.tool', :input => %w[Yes] end