homebrew-cask/Casks/dnscrypt.rb

10 lines
393 B
Ruby
Raw Normal View History

2013-11-18 12:53:18 +08:00
class Dnscrypt < Cask
url 'http://download.dnscrypt.org/guis/opendns/osx/dnscrypt-osx-client-0.19.dmg'
homepage 'http://opendns.github.io/dnscrypt-osx-client/'
version '0.19'
sha256 '36b684cc1a90a540e8c38759f509914818a1d3ca0e374ea0ab82e259cb72e1ec'
2013-11-18 12:53:18 +08:00
install 'DNSCrypt.mpkg'
uninstall :pkgutil => 'com.opendns.osx.dnscryptClient.*',
:launchctl => 'com.opendns.osx.*'
2013-11-18 12:53:18 +08:00
end