homebrew-cask/Casks/thunderbird.rb

20 lines
697 B
Ruby
Raw Normal View History

2014-11-14 01:27:10 +08:00
cask :v1 => 'thunderbird' do
2015-10-01 14:20:16 +08:00
version '38.3.0'
sha256 '67120a0b4e97a973302720121d936589d113adf82996be0a99128cd7d9f3cca3'
2014-09-12 14:52:57 +08:00
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=en-US"
2015-03-07 19:59:18 +08:00
name 'Mozilla Thunderbird'
homepage 'https://www.mozilla.org/en-US/thunderbird/'
license :mpl
2015-03-07 19:59:18 +08:00
tags :vendor => 'Mozilla'
2014-09-16 00:06:29 +08:00
app 'Thunderbird.app'
zap :delete => [
'~/Library/Thunderbird',
'~/Library/Caches/Thunderbird',
2015-10-29 00:13:17 +08:00
'~/Library/Saved Application State/org.mozilla.thunderbird.savedState',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.thunderbird.sfl'
]
2012-10-10 06:54:54 +08:00
end