homebrew-cask/Casks/coteditor.rb

40 lines
2.2 KiB
Ruby

cask 'coteditor' do
if MacOS.version <= :snow_leopard
version '1.3.1'
sha256 '5c871bd9de30fc3c76fc66acb4ea258d4d3762ae341181d65a7ef1f8de4751c5'
# 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}_For10.4.dmg"
elsif MacOS.version <= :lion
version '1.5.4'
sha256 '444133083698c7c94c2b029644f39a0e36982ae34c24745789fa890626188347'
# 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"
elsif MacOS.version <= :mavericks
version '2.5.7'
sha256 'f2c6eed9bfa31999f559396642e7bec0eb90ce0e3398f266fed8b3db5bdab37c'
# 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"
else
version '3.2.7'
sha256 '579c1f4a8dd65163753dcf5222b3fa623aa00844700b6a7558ac9d190903e549'
# 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"
end
appcast 'https://github.com/coteditor/CotEditor/releases.atom',
checkpoint: '65296811220d079faaddadf4f77243058077759b0cfe364585a2abdfa71bebc4'
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