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/requirements.rb | |
| 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/requirements.rb')
| -rw-r--r-- | Library/Homebrew/requirements.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb index a61289dd1..e51ec488f 100644 --- a/Library/Homebrew/requirements.rb +++ b/Library/Homebrew/requirements.rb @@ -61,7 +61,7 @@ end class TeXDependency < Requirement fatal true cask "mactex" - download "http://www.tug.org/mactex/" + download "https://www.tug.org/mactex/" satisfy { which('tex') || which('latex') } |
