Merge pull request #6849 from fza/master

Update cocktail to 8.0 (Yosemite edition)
This commit is contained in:
Vítor Galvão 2014-10-21 01:45:32 +01:00
commit 948967807d
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ class Cocktail < Cask
version :latest
sha256 :no_check
url 'http://usa.maintain.se/CocktailME.dmg'
appcast 'http://www.maintain.se/downloads/sparkle/mavericks/mavericks.xml'
url 'http://usa.maintain.se/CocktailYE.dmg'
appcast 'http://www.maintain.se/downloads/sparkle/yosemite/yosemite.xml'
homepage 'http://maintain.se/cocktail'
license :unknown
@ -11,8 +11,8 @@ class Cocktail < Cask
# todo replace this with a conditional
caveats <<-EOS.undent
This version of Cocktail is for OS X Mavericks only. If you are using other versions of
This version of Cocktail is for OS X Yosemite only. If you are using other versions of
OS X, please run 'brew tap caskroom/versions' and install cocktail-mountainlion /
cocktail-lion / cocktail-snowleopard
cocktail-lion / cocktail-snowleopard / cocktail-mavericks
EOS
end