Created
February 20, 2020 15:42
-
-
Save tyler6699/b3e232ae990091781d8014591de61d6a to your computer and use it in GitHub Desktop.
Vagrant Cask
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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