mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
422 B
Ruby
11 lines
422 B
Ruby
class Dnscrypt < Cask
|
|
version '1.0.3'
|
|
sha256 '08fc0ee0a029a1a99ffc44a0cb5f7f844f41e7fb0a30e31fea714ac103d69557'
|
|
|
|
url 'https://github.com/alterstep/dnscrypt-osxclient/releases/download/1.0.3/dnscrypt-osxclient-1.0.3.dmg'
|
|
homepage 'http://opendns.github.io/dnscrypt-osx-client/'
|
|
|
|
install 'DNSCrypt.mpkg'
|
|
uninstall :pkgutil => 'com.opendns.osx.dnscryptClient.*',
|
|
:launchctl => 'com.opendns.osx.*'
|
|
end
|