homebrew-cask-versions/Casks/alfred.rb
Shane da Silva 6357099b0b Fix broken alfred cask
The ability to link any `.app` file without specifying the full path was
removed by c244385e. This means as of version 0.18.0 of `brew-cask` the
`alfred` cask has been broken, as it raises an error due to being unable
to find `Alfred Preferences.app` (since it is not located in the root
app directory).
2013-10-19 00:48:24 -07:00

7 lines
276 B
Ruby

class Alfred < Cask
url 'http://cachefly.alfredapp.com/Alfred_2.0.9_214.zip'
homepage 'http://www.alfredapp.com/'
version '2.0.9_214'
sha1 '550cba6dc44250ae5940c3d302cf06e199eb6958'
link 'Alfred 2.app', 'Alfred 2.app/Contents/Preferences/Alfred Preferences.app'
end