You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
424 B
14 lines
424 B
9 years ago
|
cask 'torbrowser-cn' do
|
||
9 years ago
|
version '5.0.5'
|
||
|
sha256 '63262c34c96c08a553b810fbc21c3e957db16f3fb770c93ae2e2f92db41b3d2e'
|
||
10 years ago
|
|
||
10 years ago
|
url "https://dist.torproject.org/torbrowser/#{version}/TorBrowser-#{version}-osx64_zh-CN.dmg"
|
||
10 years ago
|
gpg "#{url}.asc",
|
||
10 years ago
|
:key_id => 'ef6e286dda85ea2a4ba7de684e2c6e8793298290'
|
||
10 years ago
|
name 'Tor Browser'
|
||
10 years ago
|
homepage 'https://www.torproject.org/projects/torbrowser.html'
|
||
10 years ago
|
license :oss
|
||
10 years ago
|
|
||
|
app 'TorBrowser.app'
|
||
|
end
|