homebrew-cask/Casks/vagrant-vmware-utility.rb

20 lines
797 B
Ruby

cask 'vagrant-vmware-utility' do
version '1.0.5'
sha256 'b50c60b65eeee4dad54526694175efea6a65a968bcaba5f14746d31800a71efc'
# releases.hashicorp.com/vagrant-vmware-utility was verified as official when first introduced to the cask
url "https://releases.hashicorp.com/vagrant-vmware-utility/#{version}/vagrant-vmware-utility_#{version}_x86_64.dmg"
appcast 'https://releases.hashicorp.com/vagrant-vmware-utility/'
name 'Vagrant VMware Utility'
homepage 'https://www.vagrantup.com/vmware/downloads.html'
pkg 'VagrantVMwareUtility.pkg'
uninstall script: {
executable: 'uninstall.tool',
input: ['Yes'],
sudo: true,
},
pkgutil: 'com.vagrant.vagrant-vmware-utility'
end