homebrew-cask/Casks/cocktail.rb

13 lines
419 B
Ruby
Raw Normal View History

class Cocktail < Cask
url 'http://usa.maintain.se/CocktailME.dmg'
homepage 'http://maintain.se/cocktail'
version 'latest'
no_checksum
link 'Cocktail.app'
caveats <<-EOS.undent
2014-02-23 10:13:52 +08:00
This version of Cocktail is for OS X Mavericks only. If you are using other versions of
OS X, please run 'brew tap caskroom/versions' and install cocktail-mountainlion /
cocktail-lion / cocktail-snowleopard
EOS
end