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.
7 lines
307 B
7 lines
307 B
class Thunderbird < Cask
|
|
url 'http://download.cdn.mozilla.net/pub/mozilla.org/thunderbird/releases/17.0.6esr/mac/en-US/Thunderbird%2017.0.6esr.dmg'
|
|
homepage 'https://www.mozilla.org/en-US/thunderbird/'
|
|
version '17.0.6esr'
|
|
sha1 '92e3b006908347bf0b3590849213660dc68e5a8e'
|
|
link 'Thunderbird.app'
|
|
end
|
|
|