aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-10-01 05:54:14 +0100
committerDominyk Tiller2015-10-01 05:54:14 +0100
commit00242964801a5030d8661ef42fae9a05101c9230 (patch)
treeef1338e2eb18a425e3f1896fe40741979f2ec367 /Library
parentbe8d348a6d98425ed8b3feecec7ce58ce95e948c (diff)
downloadbrew-00242964801a5030d8661ef42fae9a05101c9230.tar.bz2
xcode: expect xcode 7.0.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 9f6324526..8a2da48ec 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -14,12 +14,12 @@ 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.4"
- when "10.11" then "7.0"
+ when "10.10" then "7.0.1"
+ when "10.11" then "7.0.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if MacOS.version > "10.11"
- "7.0"
+ "7.0.1"
else
raise "OS X '#{MacOS.version}' is invalid"
end
@@ -166,7 +166,7 @@ module OS
def latest_version
case MacOS.version
when "10.11" then "700.0.72"
- when "10.10" then "602.0.53"
+ when "10.10" then "700.0.72"
when "10.9" then "600.0.57"
when "10.8" then "503.0.40"
else