aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorilovezfs2017-04-11 03:54:09 -0700
committerGitHub2017-04-11 03:54:09 -0700
commit48e8cf756853230934cf1b89a1adf85ea1310d62 (patch)
tree344b83bfde6b5f80f1e7b4488c2f666204fb4e98 /Library
parent5d74069b98a9a4a923c748e33b5f101a45ceac83 (diff)
parentce1920f7df05752ed2403910bc7db94df9408beb (diff)
downloadbrew-48e8cf756853230934cf1b89a1adf85ea1310d62.tar.bz2
Merge pull request #2474 from MikeMcQuaid/xcode-8.3.1
xcode: 8.3.1 is latest version.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 70fe3c14d..3f0a33482 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -17,12 +17,12 @@ module OS
when "10.9" then "6.2"
when "10.10" then "7.2.1"
when "10.11" then "8.2.1"
- when "10.12" then "8.3"
+ when "10.12" then "8.3.1"
else
raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease?
# Default to newest known version of Xcode for unreleased macOS versions.
- "8.3"
+ "8.3.1"
end
end