mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
261 B
Ruby
7 lines
261 B
Ruby
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'
|
|
sha1 '72fabc6699973dfbed539a16f589bff5be166542'
|
|
install 'DNSCrypt.mpkg'
|
|
end
|