aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
diff options
context:
space:
mode:
authorDominyk Tiller2016-07-06 01:14:22 +0100
committerDominyk Tiller2016-07-06 01:14:22 +0100
commit1c802dd3c5f64ce76a6544a896898d4cee56df49 (patch)
tree5d5572197df831b81b586548be0a322d3834c56a /Library/Homebrew/os/mac/xcode.rb
parent9e021aa661879ed14a39ea1387dedfb94eace177 (diff)
downloadbrew-1c802dd3c5f64ce76a6544a896898d4cee56df49.tar.bz2
xcode: update expected clang for macOS 10.12
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 9dfdb0c5f..7733d4408 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.12" then "800.0.24.1"
+ when "10.12" then "800.0.31"
when "10.11" then "703.0.31"
when "10.10" then "700.1.81"
when "10.9" then "600.0.57"