diff options
| author | Brett Koonce | 2013-12-17 10:44:07 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-18 09:27:48 +0000 |
| commit | f3ff44d3a1338a15e4474eb1ce3cfc76f576d3ef (patch) | |
| tree | af8361d4911edd13d9ddbb5ac19a2fc24f3a5551 /Library | |
| parent | ccf2ae660a196e4172cd1087372aa8d511d58270 (diff) | |
| download | homebrew-f3ff44d3a1338a15e4474eb1ce3cfc76f576d3ef.tar.bz2 | |
wrk 3.0.4
Closes #25297.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wrk.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/wrk.rb b/Library/Formula/wrk.rb index b7a8ef038..c00c870ca 100644 --- a/Library/Formula/wrk.rb +++ b/Library/Formula/wrk.rb @@ -2,8 +2,8 @@ require 'formula' class Wrk < Formula homepage 'https://github.com/wg/wrk' - url 'https://github.com/wg/wrk/archive/3.0.3.tar.gz' - sha1 '097168282266414a672c77f90761d786dec323f1' + url 'https://github.com/wg/wrk/archive/3.0.4.tar.gz' + sha1 '55ac8311878f81a6cc9d649da930792e2efb6fe7' head 'https://github.com/wg/wrk.git' conflicts_with 'wrk-trello', :because => 'both install `wrk` binaries' @@ -15,6 +15,6 @@ class Wrk < Formula end test do - system *%W{#{bin}/wrk -c 1 -r 1 -t 1 http://www.github.com/} + system *%W{#{bin}/wrk -c 1 -t 1 http://www.github.com/} end end |
