homebrew-cask/Casks/alfred.rb

29 lines
946 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'alfred' do
2017-04-12 03:13:07 +08:00
version '3.3.2_818'
sha256 '3915387b8a194e5d67014f3167c739e969e0f9f8189195a03f99d03abff0c5fa'
2014-09-26 20:08:46 +08:00
url "https://cachefly.alfredapp.com/Alfred_#{version}.zip"
2015-01-04 10:48:21 +08:00
name 'Alfred'
homepage 'https://www.alfredapp.com/'
2015-12-29 00:19:21 +08:00
auto_updates true
2015-12-29 00:25:50 +08:00
accessibility_access true
2015-12-29 00:19:21 +08:00
2016-05-20 01:02:41 +08:00
app "Alfred #{version.major}.app"
2014-09-09 20:55:26 +08:00
postflight do
suppress_move_to_applications key: 'suppressMoveToApplications'
end
2015-07-25 16:38:49 +08:00
2016-05-20 01:02:41 +08:00
uninstall quit: 'com.runningwithcrayons.Alfred-3',
login_item: 'Alfred 3'
2015-07-25 16:38:49 +08:00
zap delete: [
2016-05-20 01:02:41 +08:00
'~/Library/Application Support/Alfred 3',
'~/Library/Caches/com.runningwithcrayons.Alfred-3',
'~/Library/Preferences/com.runningwithcrayons.Alfred-3.plist',
'~/Library/Preferences/com.runningwithcrayons.Alfred-Preferences-3.plist',
'~/Library/Saved Application State/com.runningwithcrayons.Alfred-Preferences-3.savedState',
]
end