cask 'vagrant' do version '2.2.5' sha256 '147b795b9df57ae9d88b97a41eb4328d2dc72a86f82b6d8f1d3d9958109b3a23' # hashicorp.com/vagrant was verified as official when first introduced to the cask url "https://releases.hashicorp.com/vagrant/#{version}/vagrant_#{version}_x86_64.dmg" appcast 'https://github.com/hashicorp/vagrant/releases.atom' name 'Vagrant' homepage 'https://www.vagrantup.com/' pkg 'vagrant.pkg' uninstall script: { executable: 'uninstall.tool', input: ['Yes'], sudo: true, }, pkgutil: 'com.vagrant.vagrant' zap trash: '~/.vagrant.d' end