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.
10 lines
345 B
10 lines
345 B
cask :v1 => 'thunderbird-cn' do
|
|
version '31.3.0'
|
|
sha256 'b7fb163224143dc1cda73c4fed8b5e18758b248e208a01e83fbdc98c9f120c1b'
|
|
|
|
url "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/#{version}/mac/zh-CN/Thunderbird%20#{version}.dmg"
|
|
homepage 'https://www.mozilla.org/zh-CN/thunderbird/'
|
|
license :oss
|
|
|
|
app 'Thunderbird.app'
|
|
end
|
|
|