homebrew-cask/Casks/intelliscape-caffeine.rb

20 lines
781 B
Ruby

cask 'intelliscape-caffeine' do
version '1.1.3'
sha256 '240e5ab832a25ed0af43aeffd1d66dc663dfea7c2525d918c214d6107981a03b'
# github.com/IntelliScape/caffeine/ was verified as official when first introduced to the cask
url "https://github.com/IntelliScape/caffeine/releases/download/#{version}/Caffeine.dmg"
appcast 'https://github.com/IntelliScape/caffeine/releases.atom'
name 'Caffeine'
homepage 'https://intelliscapesolutions.com/apps/caffeine'
conflicts_with cask: 'caffeine'
app 'Caffeine.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.lightheadsw.caffeine.sfl*',
'~/Library/Preferences/com.lightheadsw.Caffeine.plist',
]
end