homebrew-cask/Casks/thunderbird.rb

8 lines
287 B
Ruby
Raw Normal View History

2012-10-10 06:54:54 +08:00
class Thunderbird < Cask
url 'https://download.mozilla.org/?product=thunderbird-24.3.0&os=osx&lang=en-US'
2013-11-06 02:23:16 +08:00
homepage 'http://www.mozilla.org/en-US/thunderbird/'
version '24.3.0'
sha256 '8771e9c0ca1686abdcb4c21eee6a85715249226f8754f057f636c6ea281c29ce'
2013-06-17 19:38:50 +08:00
link 'Thunderbird.app'
2012-10-10 06:54:54 +08:00
end