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.
12 lines
372 B
12 lines
372 B
cask :v1 => 'thunderbird-cn' do
|
|
version '38.2.0'
|
|
sha256 '84e1a6cbfc5a915b76ab2246953ce8a8723c406940daa929628e45970cadec3f'
|
|
|
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=zh-CN"
|
|
name 'Mozilla Thunderbird'
|
|
homepage 'https://www.mozilla.org/zh-CN/thunderbird/'
|
|
license :mpl
|
|
tags :vendor => 'Mozilla'
|
|
|
|
app 'Thunderbird.app'
|
|
end
|
|
|