homebrew-cask/Casks/dnscrypt.rb

22 lines
968 B
Ruby
Raw Normal View History

2014-11-14 01:25:43 +08:00
cask :v1 => 'dnscrypt' do
2015-02-14 11:51:16 +08:00
version '1.0.5'
sha256 '9d0cec793f33ba107bd724830398d6b156f5a7b3c8f33a5d3ae529c588041a36'
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
2014-09-10 23:37:00 +08:00
pkg 'DNSCrypt.mpkg'
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