aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-10-23 00:45:19 +0100
committerMike McQuaid2013-10-23 00:45:19 +0100
commit6030695bee5e62174c4895754e7f9ebf5613cae5 (patch)
treefedd3efd0a9a02cdd163c5c8c451b7afe4780460 /Library
parentb427314c90db163256aace0c114f173d5927a3ae (diff)
downloadbrew-6030695bee5e62174c4895754e7f9ebf5613cae5.tar.bz2
xcode: update to 5.0.1 on 10.8.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 601c849c8..6820aa53a 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -26,7 +26,7 @@ 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"
+ when "10.8" then "5.0.1"
when "10.9" then "5.0.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.