homebrew-cask/Casks/dnscrypt.rb

23 lines
1.0 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dnscrypt' do
2015-07-24 01:13:05 +08:00
version '1.0.10'
sha256 'd092d9151035a0853902261e883d5ba7c50cb93beea9834db41303b2ec4276e0'
2014-09-26 20:08:52 +08:00
url "https://github.com/alterstep/dnscrypt-osxclient/releases/download/#{version}/dnscrypt-osxclient-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/alterstep/dnscrypt-osxclient/releases.atom',
checkpoint: 'c90ef83cd8f91e7a9f7cda90a4ad2ed9ceab0807afe6deeeb39a8a2a75d56360'
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