diff options
| author | Brett Koonce | 2012-07-30 18:35:51 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-30 21:56:59 -0700 | 
| commit | 81356079c7c645a97bf6fa947bf75281fdfaca55 (patch) | |
| tree | c2cff9572a209f318b793b719e9979e9fb937b7d /Library/Formula/phoronix-test-suite.rb | |
| parent | 404173ecd9a8a724bf6ac0a027fbac25ddb37eac (diff) | |
| download | homebrew-81356079c7c645a97bf6fa947bf75281fdfaca55.tar.bz2 | |
phoronix-test-suite 4.0.0
Closes #13799.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/phoronix-test-suite.rb')
| -rw-r--r-- | Library/Formula/phoronix-test-suite.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/phoronix-test-suite.rb b/Library/Formula/phoronix-test-suite.rb index cca7973c3..1052eee1a 100644 --- a/Library/Formula/phoronix-test-suite.rb +++ b/Library/Formula/phoronix-test-suite.rb @@ -2,8 +2,8 @@ require 'formula'  class PhoronixTestSuite < Formula    homepage 'http://www.phoronix-test-suite.com/' -  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-3.8.0' -  md5 '3048aae07c43602008492682c4d29795' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.0.0' +  sha1 'e1ac80b3bf7d10f30a1af34d74f13910c2715e61'    def patches; DATA; end  | 
