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
commit1a6f9110592ec21eeb8efd4ce3476329e176f2bb (patch)
tree6fc5582fc9dc6c7f74cf349aa19554e265bdaaff /Library
parent1ae1dc8e67eef2d23ebfde3ddcc33755a1305c43 (diff)
downloadhomebrew-1a6f9110592ec21eeb8efd4ce3476329e176f2bb.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.