diff options
| author | Brett Koonce | 2013-12-18 23:14:08 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-18 21:42:57 -0800 | 
| commit | 9dbb8fd68e0eb77fc2bb8258c132c1990fe29b0b (patch) | |
| tree | 22885dd8b739fe40ab43f7a5a8d307c4c2a81291 /Library/Formula/phoronix-test-suite.rb | |
| parent | a6989803a655742b7898e54df4ae95cdeb653067 (diff) | |
| download | homebrew-9dbb8fd68e0eb77fc2bb8258c132c1990fe29b0b.tar.bz2 | |
phoronix-test-suite 4.8.6
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 c72960acf..0ea35a80d 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.4' -  sha1 '5bf63f2810c16efa1c953cbb080cf07cdf4fabf2' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.8.6' +  sha1 '2b234c5e5600a5155fe9807e75f9f8a55379f98e'    def patches; DATA; end  | 
