homebrew-cask/Casks/coteditor.rb

30 lines
1.3 KiB
Ruby

cask 'coteditor' do
if MacOS.version <= :mavericks
version '2.5.7'
sha256 'f2c6eed9bfa31999f559396642e7bec0eb90ce0e3398f266fed8b3db5bdab37c'
elsif MacOS.version <= :yosemite
version '3.2.8'
sha256 '73dd20d27b75c7b0c46242a465adb3df5b5f0b901f42c5a9a85777a57c4a17d6'
else
version '3.7.5'
sha256 '148715207875b578d991161bdbae648e1e1b36d3315e509a30012cf98e79952c'
end
# github.com/coteditor/CotEditor was verified as official when first introduced to the cask
url "https://github.com/coteditor/CotEditor/releases/download/#{version}/CotEditor_#{version}.dmg"
appcast 'https://github.com/coteditor/CotEditor/releases.atom'
name 'CotEditor'
homepage 'https://coteditor.com/'
app 'CotEditor.app'
binary "#{appdir}/CotEditor.app/Contents/SharedSupport/bin/cot"
zap trash: [
'~/Library/Application Scripts/com.coteditor.CotEditor',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.coteditor.coteditor.sfl*',
'~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/com.coteditor.CotEditor.help*',
'~/Library/Caches/com.apple.helpd/SDMHelpData/Other/Japanese/HelpSDMIndexFile/com.coteditor.CotEditor.help*',
'~/Library/Containers/com.coteditor.CotEditor',
]
end