homebrew-cask/Casks/coteditor.rb

29 lines
1.2 KiB
Ruby

cask "coteditor" do
if MacOS.version <= :yosemite
version "3.2.8"
sha256 "73dd20d27b75c7b0c46242a465adb3df5b5f0b901f42c5a9a85777a57c4a17d6"
else
version "3.9.3"
sha256 "9ff6da27ce0af2b2ca1937965514ed4740eaecccaccd0d0f53e14633229f6240"
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/"
auto_updates true
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