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.
18 lines
669 B
18 lines
669 B
cask 'torbrowser-alpha' do
|
|
version '6.5a1'
|
|
sha256 '63cbbd87864c4422d72a3f34048658c2261132079e7f5399b4c91b687f8e2fe8'
|
|
|
|
url "https://dist.torproject.org/torbrowser/#{version}/TorBrowser-#{version}-osx64_en-US.dmg"
|
|
name 'Tor Browser'
|
|
homepage 'https://www.torproject.org/projects/torbrowser.html'
|
|
license :oss
|
|
gpg "#{url}.asc",
|
|
key_id: 'ef6e286dda85ea2a4ba7de684e2c6e8793298290'
|
|
|
|
app 'TorBrowser.app'
|
|
|
|
caveats <<-EOS.undent
|
|
If you already have a version of TorBrowser installed this will overwrite your local settings.
|
|
It is recommended to use TorBrowser's built-in update mechanism after the first install to keep your settings.
|
|
EOS
|
|
end
|
|
|