aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-04-02 17:49:12 +0100
committerGitHub2017-04-02 17:49:12 +0100
commit8ea778f7c7ea790694485030d105a92a9416ef33 (patch)
tree83445b4f6298d15355ac254105d65b405cd21b33 /Library/Homebrew/requirements.rb
parentfabc5bc8930643077a0f510006f1ef46f60d9a2e (diff)
parenta084776f95d6bb94985cc6f74757b40e4e4ba57b (diff)
downloadbrew-1.1.12.tar.bz2
Merge pull request #2412 from EricFromCanada/master1.1.12
Xcode: update supported versions & download URLs for 8.3
Diffstat (limited to 'Library/Homebrew/requirements.rb')
-rw-r--r--Library/Homebrew/requirements.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index b09dc889a..553beb2a2 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -43,7 +43,7 @@ class XcodeRequirement < Requirement
EOS
else
message + <<-EOS.undent
- Xcode can be installed from #{Formatter.url("https://developer.apple.com/xcode/downloads/")}
+ Xcode can be installed from #{Formatter.url("https://developer.apple.com/download/more/")}.
EOS
end
end