aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2014-10-20 19:43:34 +0100
committerMike McQuaid2014-10-21 14:55:12 +0100
commitbf434e2f7d18ba7d77ac15d54a43c555bc4019c8 (patch)
tree157eb465bcdc924121ebc21f039b55faab519193 /Library
parentc47069bb2e89bc3c07d1961ca712f285de86050e (diff)
downloadhomebrew-bf434e2f7d18ba7d77ac15d54a43c555bc4019c8.tar.bz2
xcode: use 6.1 on Mavericks.
Closes #33399. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 30c141cd6..7abec6e8e 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 "6.1"
when "10.10" then "6.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
@@ -161,7 +161,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 "600.0.54"
when "10.8" then "503.0.40"
else
"425.0.28"