aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-18 10:35:59 -0500
committerJack Nagel2014-09-18 10:35:59 -0500
commit67a916427880df69ae34215c9d03cda4849f1ae6 (patch)
tree23fc7a25478f8a0ea6c7c6d0263f2025b12b27f4 /Library
parent35618c8bfe7bdcd2dabb43bf73d27f80a43633ab (diff)
downloadbrew-67a916427880df69ae34215c9d03cda4849f1ae6.tar.bz2
Disable outdated Xcode doctor checks until the bots are updated
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 5cf40277d..7ea327c44 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -13,7 +13,7 @@ module OS
when "10.6" then "3.2.6"
when "10.7" then "4.6.3"
when "10.8" then "5.1.1"
- when "10.9" then "6.0.1"
+ when "10.9" then "5.1.1"
when "10.10" then "6.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
@@ -162,7 +162,7 @@ module OS
def latest_version
case MacOS.version
when "10.10" then "600.0.54"
- when "10.9" then "600.0.51"
+ when "10.9" then "503.0.40"
when "10.8" then "503.0.40"
else
"425.0.28"