diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 9b5e7254f3..4d67adfd6f 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -134,7 +134,7 @@ class Formula # reimplement if we don't autodetect the download strategy you require def download_strategy - if @specs + if @specs and @url == @head vcs = @specs.delete :using if vcs != nil # If a class is passed, assume it is a download strategy