diff options
| author | Viktor Szakats | 2015-01-04 05:02:27 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-04 02:13:16 -0500 |
| commit | fc2818b7a54dadcf0c35965ef1f07219da3fc4a7 (patch) | |
| tree | da47cf7c6493a7d81d5fe858020ec9448c522138 /Library/Homebrew/os/mac | |
| parent | 9db8580414da119def53f5bc7b0073683ebc9d2c (diff) | |
| download | brew-fc2818b7a54dadcf0c35965ef1f07219da3fc4a7.tar.bz2 | |
Use more https in urls and updated some lost links
Closes Homebrew/homebrew#35531.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/os/mac')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/os/mac/xquartz.rb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 5d5e02d9a..46e5d5512 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -53,7 +53,7 @@ module OS # Ask Spotlight where Xcode is. If the user didn't install the # helper tools and installed Xcode in a non-conventional place, this - # is our only option. See: http://superuser.com/questions/390757 + # is our only option. See: https://superuser.com/questions/390757 def bundle_path MacOS.app_with_bundle_id(V4_BUNDLE_ID, V3_BUNDLE_ID) end diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index 79b50df44..9c717367e 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -42,8 +42,8 @@ module OS end end - # http://xquartz.macosforge.org/trac/wiki - # http://xquartz.macosforge.org/trac/wiki/Releases + # https://xquartz.macosforge.org/trac/wiki + # https://xquartz.macosforge.org/trac/wiki/Releases def latest_version case MacOS.version when "10.5" |
