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

14 lines
325 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'
2015-04-20 23:54:06 +08:00
name 'CMB Security Plugin'
2014-12-04 20:57:35 +08:00
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