mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
287 B
Ruby
7 lines
287 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'
|
|
sha256 '36b684cc1a90a540e8c38759f509914818a1d3ca0e374ea0ab82e259cb72e1ec'
|
|
install 'DNSCrypt.mpkg'
|
|
end
|