From 25be1de992a713f7e1923f334fa01aafee5e8ab3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 28 Jan 2013 23:02:37 -0600 Subject: [PATCH] Update latest CLT version --- Library/Homebrew/macos/xcode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/macos/xcode.rb b/Library/Homebrew/macos/xcode.rb index d99fc45933..9d8d8dc82f 100644 --- a/Library/Homebrew/macos/xcode.rb +++ b/Library/Homebrew/macos/xcode.rb @@ -165,7 +165,7 @@ module MacOS::CLT extend self def latest_version? `/usr/bin/clang -v 2>&1` =~ %r{tags/Apple/clang-(\d+)\.(\d+)\.(\d+)} - $1.to_i >= 421 and $3.to_i >= 57 + $1.to_i >= 425 and $3.to_i >= 24 end def version