homebrew-cask/Casks/vagrant.rb

22 lines
689 B
Ruby

cask 'vagrant' do
version '2.2.7'
sha256 '45472731bde1df0bf2e0e0cf1ee460e2851c920d8b7b8af939e41156515cf49c'
# 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