aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
diff options
context:
space:
mode:
authorDominyk Tiller2015-08-21 03:10:18 +0100
committerDominyk Tiller2015-08-21 03:10:18 +0100
commit212d0b82fd33d6520d2639ee6c994eb224623b5a (patch)
treefeb38dbb46bfa77d857b6cf67bf242b5ba2894ea /Library/Homebrew/os/mac/xcode.rb
parent62d1636144d40b7f80f36887bb25bf43f7d42981 (diff)
downloadbrew-212d0b82fd33d6520d2639ee6c994eb224623b5a.tar.bz2
xcode: update 10.11 clang
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
-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 83ba84ff8..9b111e4e6 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -163,7 +163,7 @@ module OS
def latest_version
case MacOS.version
- when "10.11" then "700.0.59.1"
+ when "10.11" then "700.0.65"
when "10.10" then "602.0.53"
when "10.9" then "600.0.57"
when "10.8" then "503.0.40"