homebrew-cask/Casks/disconnect.rb

18 lines
588 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'disconnect' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/disconnect-desktop/Disconnect+Desktop.pkg'
2015-04-05 13:34:27 +08:00
name 'Disconnect'
homepage 'https://disconnect.me'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg 'Disconnect+Desktop.pkg'
2014-11-22 22:12:38 +08:00
uninstall pkgutil: [
'com.disconnect.pkg.DisconnectDependencies',
'com.disconnect.pkg.DisconnectDesktop',
]
end