diff options
| author | Brett Koonce | 2013-03-30 11:27:36 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-30 14:15:24 -0500 | 
| commit | 6773957b5ee9e7a0c75631096efc79941d0efdcd (patch) | |
| tree | 04eed8edaa75e975a8f73d9bf06f625d8f47a0da /Library/Formula/phoronix-test-suite.rb | |
| parent | 6a6da08cb4e599144b30115edcffabbc3c6b818f (diff) | |
| download | homebrew-6773957b5ee9e7a0c75631096efc79941d0efdcd.tar.bz2 | |
phoronix-test-suite 4.4.1
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 d36184025..c7b2afb01 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.2.0' -  sha1 'f2a42a3516cd1c0efa0aa117c80f942ffb5a0456' +  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.4.1' +  sha1 'fc8fafddcb1e1069e6e7b615f8b247845138069d'    def patches; DATA; end  | 
