homebrew-cask/Casks/cmb-security-plugin.rb

13 lines
296 B
Ruby
Raw Normal View History

2014-12-04 20:57:35 +08:00
cask :v1 => 'cmb-security-plugin' do
version :latest
sha256 :no_check
url 'https://site.cmbchina.com/download/CMBSecurityPlugin.dmg'
homepage 'https://www.cmbchina.com/'
license :closed
pkg 'CMB Security Plugin.pkg'
2014-12-04 20:57:35 +08:00
uninstall :pkgutil => 'com.cmbchina.CMBSecurityPlugin.pkg'
end