diff options
| author | Mike McQuaid | 2015-02-26 11:15:32 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-26 11:32:42 +0000 |
| commit | 9891e7839b2a61061d2ac5bcfbbe6cacaeef94f7 (patch) | |
| tree | 54c9d75371dbda7afda5ef019c1753a5701c9631 /Library/Homebrew/download_strategy.rb | |
| parent | 7dfbb3858925f6cead8177e205b15ca0d8e69639 (diff) | |
| download | homebrew-9891e7839b2a61061d2ac5bcfbbe6cacaeef94f7.tar.bz2 | |
Remove SourceForge references.
It was fun but we just love Bintray more than you.
Closes #37211.
Closes #37213.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 9406cc932..42dde8315 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -372,12 +372,6 @@ end # This strategy extracts our binary packages. class CurlBottleDownloadStrategy < CurlDownloadStrategy - def curl(*args) - mirror = ENV["HOMEBREW_SOURCEFORGE_MIRROR"] - args << "-G" << "-d" << "use_mirror=#{mirror}" if mirror - super - end - def stage ohai "Pouring #{cached_location.basename}" super |
