aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-04-22 05:11:07 +0100
committerMike McQuaid2015-04-23 09:23:21 +0100
commita188f343a64f1c0086aaea6482d8e6d087cf1681 (patch)
tree70c646a3ca3ed7542074a3e4485d9ae6ea7d55a2 /Library
parentb7844d3b8586163bbfc5b313d93cec029fdb1776 (diff)
downloadbrew-a188f343a64f1c0086aaea6482d8e6d087cf1681.tar.bz2
mac/xcode: add xcode 6.3.1 support
Closes Homebrew/homebrew#38514.
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 2814f8c9f..ace9b59f7 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -14,11 +14,11 @@ module OS
when "10.7" then "4.6.3"
when "10.8" then "5.1.1"
when "10.9" then "6.2"
- when "10.10" then "6.3"
+ when "10.10" then "6.3.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if MacOS.version > "10.10"
- "6.3"
+ "6.3.1"
else
raise "Mac OS X '#{MacOS.version}' is invalid"
end