diff options
| author | Jack Nagel | 2014-10-21 17:47:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-21 17:47:30 -0500 |
| commit | f29376c867571c2416ef698ad11421a212caeb68 (patch) | |
| tree | fa378448335a69ac13a040cafbc6526a1ccf9f31 /Library/Homebrew/os/mac/xcode.rb | |
| parent | 356e75487e5fbce964f92e336cee52b9541de65c (diff) | |
| download | brew-f29376c867571c2416ef698ad11421a212caeb68.tar.bz2 | |
Revert "xcode: use 6.1 on Mavericks."
Pending resolution of Homebrew/homebrew#33431.
This reverts commit bf434e2f7d18ba7d77ac15d54a43c555bc4019c8.
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 7abec6e8e..30c141cd6 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -13,7 +13,7 @@ module OS when "10.6" then "3.2.6" when "10.7" then "4.6.3" when "10.8" then "5.1.1" - when "10.9" then "6.1" + when "10.9" then "6.0.1" when "10.10" then "6.1" else # Default to newest known version of Xcode for unreleased OSX versions. @@ -161,7 +161,7 @@ module OS def latest_version case MacOS.version when "10.10" then "600.0.54" - when "10.9" then "600.0.54" + when "10.9" then "600.0.51" when "10.8" then "503.0.40" else "425.0.28" |
