aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2016-08-10 13:54:19 +0100
committerDominyk Tiller2016-08-10 13:54:19 +0100
commit33912e218e0d12e545a7319d72215e4bddc194f5 (patch)
tree1b9bd7cca19a8feabfee6aa9929d126282cff02b /Library
parentfdf55e77e10f938d1c5d8a72e015e04451be938a (diff)
downloadbrew-33912e218e0d12e545a7319d72215e4bddc194f5.tar.bz2
xcode: update expected clang for macOS 10.12
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 ea21a991f..793dced62 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -195,7 +195,7 @@ module OS
def latest_version
case MacOS.version
- when "10.12" then "800.0.35"
+ when "10.12" then "800.0.36.1"
when "10.11" then "703.0.31"
when "10.10" then "700.1.81"
when "10.9" then "600.0.57"