homebrew-cask/Casks/hazeover.rb

20 lines
541 B
Ruby

cask 'hazeover' do
version '1.8.4-862'
sha256 '2ff1bdd5795dad76446ad9665b0d5977ef6060cd122d75e8685265fd889a2e46'
url 'https://hazeover.com/HazeOver.dmg'
appcast 'https://hazeover.com/updates.xml'
name 'HazeOver'
homepage 'https://hazeover.com/'
app 'HazeOver.app'
uninstall launchctl: 'com.pointum.hazeover.launcher',
quit: 'com.pointum.hazeover'
zap trash: [
'~/Library/Caches/com.pointum.hazeover',
'~/Library/Preferences/com.pointum.hazeover.plist',
]
end