aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
diff options
context:
space:
mode:
authorDominyk Tiller2015-03-10 00:08:43 +0000
committerMike McQuaid2015-03-10 08:33:08 +0000
commit4c9ce5def05494064e8c0d5b8821b7aa61da620e (patch)
tree44765c5380342a9c8181bad5af4571416c5a8dda /Library/Homebrew/os/mac/xcode.rb
parent470c339b551389b1427fff7249e0aaf70c025142 (diff)
downloadhomebrew-4c9ce5def05494064e8c0d5b8821b7aa61da620e.tar.bz2
os: support xcode 6.2
Presume this will need to wait for the bots to be updated, but Xcode 6.2 has landed. Closes #37549. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 46e5d5512..23b1194e1 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -13,12 +13,12 @@ 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.1"
- when "10.10" then "6.1.1"
+ when "10.9" then "6.2"
+ when "10.10" then "6.2"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if MacOS.version > "10.10"
- "6.1.1"
+ "6.2"
else
raise "Mac OS X '#{MacOS.version}' is invalid"
end
@@ -160,8 +160,8 @@ module OS
def latest_version
case MacOS.version
- when "10.10" then "600.0.56"
- when "10.9" then "600.0.56"
+ when "10.10" then "600.0.57"
+ when "10.9" then "600.0.57"
when "10.8" then "503.0.40"
else
"425.0.28"