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
331 B
11 lines
331 B
cask 'thunderbird-gl' do
|
|
version '38.5.0'
|
|
sha256 '6c0aecce31ea1a2ff20c8e2a6a975e09ca45106c56286a7d7ca3e3a645e64c66'
|
|
|
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=gl"
|
|
name 'Mozilla Thunderbird'
|
|
homepage 'https://www.mozilla.org/gl/thunderbird/'
|
|
license :mpl
|
|
|
|
app 'Thunderbird.app'
|
|
end
|
|
|