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
222 B
5 lines
222 B
class Thunderbird < Cask
|
|
url 'http://download.cdn.mozilla.net/pub/mozilla.org/thunderbird/releases/16.0.1/mac/en-US/Thunderbird%2016.0.1.dmg'
|
|
homepage 'http://www.mozilla.org/en-US/thunderbird/'
|
|
version '16.0.1'
|
|
end
|
|
|