homebrew-cask/Casks/vagrant.rb

22 lines
614 B
Ruby

cask "vagrant" do
version "2.2.9"
sha256 "529cde2a78e6df38ec906b65c70b36a087e2601eab42e25856e35b20ccb027c0"
# 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