homebrew-cask/Casks/hocus-focus.rb

18 lines
542 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hocus-focus' do
2016-01-04 02:01:03 +08:00
version '1.3'
sha256 '8a51419112d9626497217a9953460c075480a139e1b1a47b175454be8a04f85a'
2014-12-23 08:18:11 +08:00
url "http://hocusfoc.us/static/releases/hocusfocus-#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'http://hocusfoc.us/updates.xml'
name 'Hocus Focus'
2014-12-23 08:18:11 +08:00
homepage 'http://hocusfoc.us/'
2014-12-23 08:18:11 +08:00
app 'Hocus Focus.app'
2017-11-18 18:15:41 +08:00
zap trash: [
'~/Library/Caches/com.uglyapps.HocusFocus',
'~/Library/Application Support/com.uglyapps.HocusFocus',
'~/Library/Preferences/com.uglyapps.HocusFocus.plist',
]
2014-12-23 08:18:11 +08:00
end