diff options
| author | Brett Koonce | 2014-03-16 18:13:33 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-03-16 20:29:17 -0500 | 
| commit | 68be6520ac67d343ab16df3020e2a66eef5e0235 (patch) | |
| tree | b5d433e7d701975a2e4a799a643413e58a7893fe /Library/Formula/phoronix-test-suite.rb | |
| parent | de809e8953941fbc72c92149d494152080a4fdbd (diff) | |
| download | homebrew-68be6520ac67d343ab16df3020e2a66eef5e0235.tar.bz2 | |
phoronix-test-suite 5.0.0
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 0ea35a80d..77db858cb 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-4.8.6' -  sha1 '2b234c5e5600a5155fe9807e75f9f8a55379f98e' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-5.0.0' +  sha1 'efb029861e81311361035c7140fa55ceeae484f6'    def patches; DATA; end  | 
