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.4"
sha256 "c961acff660d0be3a2912d816caa586f3455d83e9ca9a18f09ede546f5978f00"
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