diff options
| author | Nicholas Robison | 2014-06-09 17:16:28 -0700 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-10 00:58:36 -0500 | 
| commit | 33c6caa50487771bda8e66bf3bc585db21336315 (patch) | |
| tree | 27a983bf4086b07004ed3d1120a3465f0dec42e6 /Library/Formula/phoronix-test-suite.rb | |
| parent | 7bf1742631a47c26fe1dacda22774f1d2a78e169 (diff) | |
| download | homebrew-33c6caa50487771bda8e66bf3bc585db21336315.tar.bz2 | |
Phoronix Test Suite 5.2.0
Minor update to latest version.
Closes #30016.
Signed-off-by: Jack Nagel <jacknagel@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 c2e3ff285..7fad7ac43 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-5.0.1' -  sha1 '2dbaacd681a52941130761a5a0a2427653f119ad' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-5.2.0' +  sha1 'ed5025e2f1b8f0fe1fc2f725979b502d1fcd7835'    patch :DATA  | 
