diff options
| author | Brett Koonce | 2013-11-19 11:42:27 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-11-19 13:03:17 -0600 | 
| commit | 0077559d4b4a97b5827c7dcf3678544765daa638 (patch) | |
| tree | 719d0f2bed5a22370bec1031772ab103cffd623e /Library/Formula/phoronix-test-suite.rb | |
| parent | cd65b84577e49d7d004d518242ed731c636caf7b (diff) | |
| download | homebrew-0077559d4b4a97b5827c7dcf3678544765daa638.tar.bz2 | |
phoronix-test-suite 4.8.4
Signed-off-by: Jack Nagel <jacknagel@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 2f1f42467..c72960acf 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.3' -  sha1 '4dc8281d3fec5a2df86b064902794b830c8df088' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.8.4' +  sha1 '5bf63f2810c16efa1c953cbb080cf07cdf4fabf2'    def patches; DATA; end  | 
