From f10370bde5e9fd2096e61110425d258a536961bb Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 1 Aug 2016 23:46:54 +0100 Subject: xcode: update expected clang for macOS 10.12 --- Library/Homebrew/os/mac/xcode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 65ba50e9e..ea21a991f 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.33.1" + when "10.12" then "800.0.35" when "10.11" then "703.0.31" when "10.10" then "700.1.81" when "10.9" then "600.0.57" -- cgit v1.2.3