mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
307 B
Ruby
10 lines
307 B
Ruby
class Thunderbird < Cask
|
|
version '31.1.2'
|
|
sha256 '491fc8c061055a9e1f52961c488ea84f7f2fcf633a41a983e4c8985859db75af'
|
|
|
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=en-US"
|
|
homepage 'http://www.mozilla.org/en-US/thunderbird/'
|
|
license :oss
|
|
|
|
app 'Thunderbird.app'
|
|
end
|