aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2016-07-20 07:22:03 +0100
committerDominyk Tiller2016-07-20 07:22:03 +0100
commitcbdc1b7652763cec270d6f11eee527a1083795d9 (patch)
treedf27ff564698c59cbc6606b297b6595f19a34a38 /Library
parent4f95f7ff84eb6a65b4b6d08af90d1e40e2ccb4fe (diff)
downloadbrew-cbdc1b7652763cec270d6f11eee527a1083795d9.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 4bb320123..093680698 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -168,7 +168,7 @@ module OS
def latest_version
case MacOS.version
- when "10.12" then "800.0.31"
+ when "10.12" then "800.0.33.1"
when "10.11" then "703.0.31"
when "10.10" then "700.1.81"
when "10.9" then "600.0.57"