cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / silicon-labs-vcp-driver.rb
blob7db1f3acb696318f03b819ab58fe1e8df59d2450
1 cask :v1 => 'silicon-labs-vcp-driver' do
2   version :latest
3   sha256 :no_check
5   url 'http://www.silabs.com/Support%20Documents/Software/Mac_OSX_VCP_Driver.zip'
6   name 'Silicon Labs VCP Driver'
7   name 'CP210x USB to UART Bridge VCP Driver'
8   homepage 'http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx'
9   license :gratis
11   container :nested => 'SiLabsUSBDriverDisk.dmg'
12   pkg 'Silicon Labs VCP Driver Installer.mpkg'
14   uninstall :pkgutil => 'com.silabs.siliconLabsVcpDriver.*'
15 end