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.
12 lines
359 B
12 lines
359 B
cask 'thunderbird-fr' do
|
|
version '38.4.0'
|
|
sha256 '39688629e15161619541811e4bfe1e0b420efc3b4b9d23e55b8b3a9f775c0b0a'
|
|
|
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=fr"
|
|
name 'Mozilla Thunderbird'
|
|
homepage 'https://www.mozilla.org/fr/thunderbird/'
|
|
license :mpl
|
|
tags :vendor => 'Mozilla'
|
|
|
|
app 'Thunderbird.app'
|
|
end
|
|
|