diff options
| author | Brett Koonce | 2013-01-03 16:00:33 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-03 14:04:52 -0800 | 
| commit | 483f18c6c5bd5dd29a00f5f60bd5ec77d0a66391 (patch) | |
| tree | c15f7ea83a9dbaf11a5f92b5060f4cdb3b41259e /Library/Formula/phoronix-test-suite.rb | |
| parent | e1e579870ad274027484ade771a792bfe22b702d (diff) | |
| download | homebrew-483f18c6c5bd5dd29a00f5f60bd5ec77d0a66391.tar.bz2 | |
phoronix-test-suite 4.2.0
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 d88a1cf73..d36184025 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.0.1' -  sha1 '4127e65ecf60f9e8e0ea8a3a75b269f3b93b775a' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.2.0' +  sha1 'f2a42a3516cd1c0efa0aa117c80f942ffb5a0456'    def patches; DATA; end  | 
