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
331 B
11 lines
331 B
cask 'thunderbird-de' do
|
|
version '38.5.1'
|
|
sha256 '2d9bea4897507d1d7c2a7dd1b4d3921e540abfaf62bbbe0e75545ecb28aec653'
|
|
|
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=de"
|
|
name 'Mozilla Thunderbird'
|
|
homepage 'https://www.mozilla.org/de/thunderbird/'
|
|
license :mpl
|
|
|
|
app 'Thunderbird.app'
|
|
end
|
|
|