aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-23 13:15:42 -0800
committerAdam Vandenberg2014-02-23 13:15:53 -0800
commitd55ac4f1cae520fe30360ec943d636d97f7304a4 (patch)
treeffba924f8c89652c625786f437563c8b02d32dcc /Library/Homebrew
parent1647735e722026a64e1fc1a82093d36444512f47 (diff)
downloadhomebrew-d55ac4f1cae520fe30360ec943d636d97f7304a4.tar.bz2
latest xcode is 5.0.2
Closes #26943.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 72e937576..ac352980f 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -26,12 +26,12 @@ module OS
when "10.5" then "3.1.4"
when "10.6" then "3.2.6"
when "10.7" then "4.6.3"
- when "10.8" then "5.0.1"
- when "10.9" then "5.0.1"
+ when "10.8" then "5.0.2"
+ when "10.9" then "5.0.2"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if MacOS.version > "10.9"
- "5.0.1"
+ "5.0.2"
else
raise "Mac OS X '#{MacOS.version}' is invalid"
end