homebrew-cask/Casks/dnscrypt.rb

22 lines
967 B
Ruby
Raw Normal View History

2014-11-14 01:25:43 +08:00
cask :v1 => 'dnscrypt' do
2015-07-02 04:30:06 +08:00
version '1.0.7'
sha256 '3c27813d689a06b570db5a304209f525fc0b33d619f4e13a265edb4b139123e1'
2014-09-26 20:08:52 +08:00
url "https://github.com/alterstep/dnscrypt-osxclient/releases/download/#{version}/dnscrypt-osxclient-#{version}.dmg"
2015-03-15 19:50:44 +08:00
appcast 'https://github.com/alterstep/dnscrypt-osxclient/releases.atom'
2015-01-30 04:27:24 +08:00
name 'DNSCrypt'
homepage 'https://github.com/alterstep/dnscrypt-osxclient'
2014-10-01 23:32:46 +08:00
license :oss
2015-06-27 08:08:09 +08:00
pkg 'DNSCrypt.pkg'
2014-11-22 22:12:38 +08:00
uninstall :quit => 'com.github.dnscrypt-osxclient.DNSCrypt-Menubar',
:pkgutil => 'com.github.dnscrypt-osxclient.dnscryptClient.*',
:launchctl => [
'com.github.dnscrypt-osxclient.DNSCryptAfterboot',
'com.github.dnscrypt-osxclient.DNSCryptConsoleChange',
'com.github.dnscrypt-osxclient.DNSCryptControlChange',
'com.github.dnscrypt-osxclient.DNSCryptNetworkChange',
]
2013-11-18 12:53:18 +08:00
end