Skip to content

Instantly share code, notes, and snippets.

@tyler6699
Created February 20, 2020 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyler6699/b3e232ae990091781d8014591de61d6a to your computer and use it in GitHub Desktop.
Save tyler6699/b3e232ae990091781d8014591de61d6a to your computer and use it in GitHub Desktop.
Vagrant Cask
cask 'vagrant' do
version '1.9.8'
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment