Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
xcode: update clang version
Browse files Browse the repository at this point in the history
Closes #41095.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
DomT4 committed Jun 27, 2015
1 parent dd17f78 commit 11cf300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Library/Homebrew/os/mac/xcode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ def uncached_version
when 51 then "5.1"
when 60 then "6.0"
when 61 then "6.1"
else "6.1"
when 70 then "7.0"
else "7.0"
end
end
end
Expand Down Expand Up @@ -162,7 +163,7 @@ def installed?

def latest_version
case MacOS.version
when "10.11" then "700.0.53"
when "10.11" then "700.0.53.3"
when "10.10" then "602.0.53"
when "10.9" then "600.0.57"
when "10.8" then "503.0.40"
Expand Down

0 comments on commit 11cf300

Please sign in to comment.