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-installer.cdn.mozilla.net/pub/mozilla.org/thunderbird/releases/24.2.0/mac/en-US/Thunderbird%2024.2.0.dmg'
|
|
homepage 'http://www.mozilla.org/en-US/thunderbird/'
|
|
version '24.2.0'
|
|
sha1 '60ef9046dcf2956b03215f2ea9dec48dc2362391'
|
|
link 'Thunderbird.app'
|
|
end
|