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
2016-12-08 22:39:00 +08:00
version '3.2.1_768'
sha256 '672289b930f502cfeda4571a4636e7b139d98ea16f9776484160fca4215e4940'
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