homebrew-cask/Casks/vagrant.rb

19 lines
659 B
Ruby

cask 'vagrant' do
version '1.8.7'
sha256 '14d68f599a620cf421838ed037f0a1c4467e1b67475deeff62330a21fda4937b'
# hashicorp.com/vagrant was verified as official when first introduced to the cask
url "https://releases.hashicorp.com/vagrant/#{version}/vagrant_#{version}.dmg"
appcast 'https://github.com/mitchellh/vagrant/releases.atom',
checkpoint: '5b1451672c9d60925f947f676d56250f5d5572462abcba4f8ef8fc043a4cb7fc'
name 'Vagrant'
homepage 'https://www.vagrantup.com/'
pkg 'Vagrant.pkg'
uninstall script: { executable: 'uninstall.tool', input: %w[Yes] },
pkgutil: 'com.vagrant.vagrant'
zap delete: '~/.vagrant.d'
end