diff options
| author | Misty De Meo | 2013-08-10 22:05:18 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-08-10 22:05:18 -0700 |
| commit | 49cd13406b8c51ee2674e160a2d576d3916ab493 (patch) | |
| tree | 84939e9bec41be6d8f4f2eaf3efa6eca2fe9a5c1 /Library/Homebrew/blacklist.rb | |
| parent | 14dd61fc870ead5fdff887b1cbe876d916a87061 (diff) | |
| download | brew-49cd13406b8c51ee2674e160a2d576d3916ab493.tar.bz2 | |
Update URL for CLT download
http://connect.apple.com is still down, but
https://developer.apple.com/downloads has all of the Apple developer
downloads available.
Fixes Homebrew/homebrew#21812.
Diffstat (limited to 'Library/Homebrew/blacklist.rb')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index e3077c59a..9dea721b8 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -37,7 +37,7 @@ def blacklisted? name "lzma is now part of the xz formula." when 'xcode' then <<-EOS.undent Xcode can be installed via the App Store (on Lion or newer), or from: - http://connect.apple.com/ + https://developer.apple.com/downloads/ EOS when 'gtest', 'googletest', 'google-test' then <<-EOS.undent Installing gtest system-wide is not recommended; it should be vendored |
