aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorEricFromCanada2017-03-28 11:12:34 -0400
committerEricFromCanada2017-03-28 11:12:34 -0400
commit60f6dfea14c9f5a070334c6341b2a39c9bdc4163 (patch)
tree2e28a50bd3da9de5815b72cf8f79a791eb20c7f9 /Library/Homebrew
parent676c4a9e33672cd6035ef9225f5d3f9e9d63f810 (diff)
downloadbrew-60f6dfea14c9f5a070334c6341b2a39c9bdc4163.tar.bz2
update suggested Xcode/CLT download URLs
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/os/mac/development_tools.rb4
-rw-r--r--Library/Homebrew/extend/os/mac/missing_formula.rb2
-rw-r--r--Library/Homebrew/os/mac/xcode.rb4
-rw-r--r--Library/Homebrew/requirements.rb2
4 files changed, 6 insertions, 6 deletions
diff --git a/Library/Homebrew/extend/os/mac/development_tools.rb b/Library/Homebrew/extend/os/mac/development_tools.rb
index f54c6b8a3..caa85ffca 100644
--- a/Library/Homebrew/extend/os/mac/development_tools.rb
+++ b/Library/Homebrew/extend/os/mac/development_tools.rb
@@ -31,13 +31,13 @@ class DevelopmentTools
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
<<-EOS.undent
Install the Command Line Tools from
- https://developer.apple.com/downloads/
+ https://developer.apple.com/download/more/
or via Xcode's preferences.
EOS
else
<<-EOS.undent
Install Xcode from
- https://developer.apple.com/xcode/downloads/
+ https://developer.apple.com/download/more/
EOS
end
end
diff --git a/Library/Homebrew/extend/os/mac/missing_formula.rb b/Library/Homebrew/extend/os/mac/missing_formula.rb
index 48dfd2865..bcf0eb25d 100644
--- a/Library/Homebrew/extend/os/mac/missing_formula.rb
+++ b/Library/Homebrew/extend/os/mac/missing_formula.rb
@@ -10,7 +10,7 @@ module Homebrew
EOS
else
<<-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
else
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index aa4504a17..e97a93008 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -90,7 +90,7 @@ module OS
else
<<-EOS.undent
Xcode can be updated from
- https://developer.apple.com/xcode/downloads/
+ https://developer.apple.com/download/more/
EOS
end
end
@@ -202,7 +202,7 @@ module OS
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
<<-EOS.undent
The standalone package can be obtained from
- https://developer.apple.com/downloads
+ https://developer.apple.com/download/more/
or it can be installed via Xcode's preferences.
EOS
end
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