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.
11 lines
337 B
11 lines
337 B
cask 'thunderbird-pt-br' do
|
|
version '45.1.0'
|
|
sha256 '978a42a138626504ef6688653619e3188a164b67b0f3e5432716a6b95e04f401'
|
|
|
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=pt-BR"
|
|
name 'Mozilla Thunderbird'
|
|
homepage 'https://www.mozilla.org/pt/thunderbird/'
|
|
license :mpl
|
|
|
|
app 'Thunderbird.app'
|
|
end
|
|
|