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
329 B
11 lines
329 B
cask 'thunderbird-de' do
|
|
version '45.0'
|
|
sha256 '75055d9b25b9e52a20d5290f2c31537cc949a76992279149f752100cc711e0ba'
|
|
|
|
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
|
|
|