homebrew-cask/Casks/thunderbird.rb

13 lines
369 B
Ruby

cask :v1 => 'thunderbird' do
version '38.3.0'
sha256 '67120a0b4e97a973302720121d936589d113adf82996be0a99128cd7d9f3cca3'
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=en-US"
name 'Mozilla Thunderbird'
homepage 'https://www.mozilla.org/en-US/thunderbird/'
license :mpl
tags :vendor => 'Mozilla'
app 'Thunderbird.app'
end