homebrew-cask/Casks/silicon-labs-vcp-driver.rb

17 lines
484 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'silicon-labs-vcp-driver' do
2014-12-12 18:00:50 +08:00
version :latest
sha256 :no_check
2015-05-02 01:29:15 +08:00
url 'https://www.silabs.com/Support%20Documents/Software/Mac_OSX_VCP_Driver.zip'
2014-12-12 18:00:50 +08:00
name 'Silicon Labs VCP Driver'
name 'CP210x USB to UART Bridge VCP Driver'
2015-06-29 14:32:18 +08:00
homepage 'https://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx'
2014-12-12 18:00:50 +08:00
license :gratis
container nested: 'SiLabsUSBDriverDisk.dmg'
2015-05-02 01:29:15 +08:00
pkg 'Silicon Labs VCP Driver.pkg'
2014-12-12 18:00:50 +08:00
uninstall pkgutil: 'com.silabs.siliconLabsVcpDriver.*'
2014-12-12 18:00:50 +08:00
end