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