homebrew-cask/Casks/cocktail.rb

16 lines
501 B
Ruby
Raw Normal View History

class Cocktail < Cask
2014-09-17 19:42:41 +08:00
version :latest
sha256 :no_check
url 'http://usa.maintain.se/CocktailME.dmg'
2014-05-14 21:39:59 +08:00
appcast 'http://www.maintain.se/downloads/sparkle/mavericks/mavericks.xml'
homepage 'http://maintain.se/cocktail'
2014-09-16 00:05:24 +08:00
app '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