You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
309 B
11 lines
309 B
10 years ago
|
cask :v1 => 'thunderbird-gl' do
|
||
|
version '31.4.0'
|
||
|
sha256 '36fe75ceae334fabbff74ed49a30755b87a9e2f1ec6af54551794151bd74021f'
|
||
|
|
||
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=gl"
|
||
|
homepage 'https://www.mozilla.org/gl/thunderbird/'
|
||
|
license :mpl
|
||
|
|
||
|
app 'Thunderbird.app'
|
||
|
end
|