diff options
| author | Brett Koonce | 2014-04-20 11:32:50 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-21 00:04:33 -0500 | 
| commit | f813a5d0be9cb5e34221f227701e3d9bc4e33a8a (patch) | |
| tree | c7116ea42c2ad766c2d477e547a8c370685bc777 /Library/Formula/phoronix-test-suite.rb | |
| parent | 39daf0b5fb7c08324618a5ac7c81d217357bdad3 (diff) | |
| download | homebrew-f813a5d0be9cb5e34221f227701e3d9bc4e33a8a.tar.bz2 | |
phoronix-test-suite 5.0.1
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 513b4d88e..c2e3ff285 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.0' -  sha1 'efb029861e81311361035c7140fa55ceeae484f6' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-5.0.1' +  sha1 '2dbaacd681a52941130761a5a0a2427653f119ad'    patch :DATA  | 
