aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-10-21 17:47:07 -0500
committerJack Nagel2014-10-21 17:47:30 -0500
commit2b472a6e2634a7b7592abb7084b20a098f4a488b (patch)
tree66be6e1be9d46336841ae6eb2ff5b12b6a8d96cb /Library
parent19016c96321636e30bc8e4713e50c9c92b2ea859 (diff)
downloadhomebrew-2b472a6e2634a7b7592abb7084b20a098f4a488b.tar.bz2
Revert "xcode: use 6.1 on Mavericks."
Pending resolution of #33431. This reverts commit bf434e2f7d18ba7d77ac15d54a43c555bc4019c8.
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 7abec6e8e..30c141cd6 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.1"
+ when "10.9" then "6.0.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.54"
+ when "10.9" then "600.0.51"
when "10.8" then "503.0.40"
else
"425.0.28"