diff options
| author | Brett Koonce | 2012-10-18 22:07:20 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-18 20:20:04 -0700 | 
| commit | f8488ca10c68dc6898230e1ac62033ecf0555b50 (patch) | |
| tree | 51d0dfd67c8eccb7121570bc53e4c5fa8503b963 /Library/Formula/phoronix-test-suite.rb | |
| parent | beebff8f2f4a6b90ff860e7c8e13a2d20d8fbeff (diff) | |
| download | homebrew-f8488ca10c68dc6898230e1ac62033ecf0555b50.tar.bz2 | |
phoronix-test-suite 4.0.1
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 1052eee1a..d88a1cf73 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.0' -  sha1 'e1ac80b3bf7d10f30a1af34d74f13910c2715e61' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.0.1' +  sha1 '4127e65ecf60f9e8e0ea8a3a75b269f3b93b775a'    def patches; DATA; end  | 
