diff options
| author | Adam Vandenberg | 2010-04-06 12:14:40 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 12:56:59 -0700 | 
| commit | 087cea41422b814cb0ad675c588c723c53816ebc (patch) | |
| tree | 341b51b6fab69a9ac69cbf58c8bd1a6b87f6a6d6 /Library/Formula/phoronix-test-suite.rb | |
| parent | 2f8011b2e664eab0780cee75c7c46b04228c0d79 (diff) | |
| download | homebrew-087cea41422b814cb0ad675c588c723c53816ebc.tar.bz2 | |
Update formulas to use :using.
Diffstat (limited to 'Library/Formula/phoronix-test-suite.rb')
| -rw-r--r-- | Library/Formula/phoronix-test-suite.rb | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/phoronix-test-suite.rb b/Library/Formula/phoronix-test-suite.rb index 0c7b2795f..6eb377c81 100644 --- a/Library/Formula/phoronix-test-suite.rb +++ b/Library/Formula/phoronix-test-suite.rb @@ -1,13 +1,9 @@  require 'formula'  class PhoronixTestSuite <Formula -  head 'http://www.phorogit.com/repo/phoronix-test-suite.git' +  head 'http://www.phorogit.com/repo/phoronix-test-suite.git', :using => :git    homepage 'http://www.phoronix-test-suite.com/' -  def download_strategy -    GitDownloadStrategy -  end -      def patches      DATA    end  | 
