mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
307 B
Ruby
7 lines
307 B
Ruby
class Thunderbird < Cask
|
|
url 'http://download.cdn.mozilla.net/pub/mozilla.org/thunderbird/releases/17.0.9esr/mac/en-US/Thunderbird%2017.0.9esr.dmg'
|
|
homepage 'https://www.mozilla.org/en-US/thunderbird/'
|
|
version '17.0.9esr'
|
|
sha1 'cf3e55b507618e5c89d26e96bc590b4ac6358607'
|
|
link 'Thunderbird.app'
|
|
end
|