diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/slowhttptest.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/slowhttptest.rb b/Library/Formula/slowhttptest.rb index 4bd249bb0..76227c7f8 100644 --- a/Library/Formula/slowhttptest.rb +++ b/Library/Formula/slowhttptest.rb @@ -2,8 +2,8 @@ require 'formula' class Slowhttptest < Formula homepage 'http://code.google.com/p/slowhttptest/' - url 'http://slowhttptest.googlecode.com/files/slowhttptest-1.5.tar.gz' - sha1 'be3f125e1358150ec9c44e35438c79040822a6ef' + url 'http://slowhttptest.googlecode.com/files/slowhttptest-1.6.tar.gz' + sha1 'f5a64365b987083015ac98f6c20746021176292e' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
