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.
5 lines
185 B
5 lines
185 B
class Thunderbird < Cask
|
|
url 'http://download.mozilla.org/?product=thunderbird-15.0.1&os=osx&lang=en-US'
|
|
homepage 'http://www.mozilla.org/en-US/thunderbird/'
|
|
version '15.0.1'
|
|
end
|
|
|