diff options
| author | denji | 2013-11-14 14:16:43 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-14 07:03:09 -0800 |
| commit | 16ac095cb7fa14614b6ef6852981f56d89401c0e (patch) | |
| tree | 6101a1b3f6ac246b50eb1e6a51230e3bf795927f /Library | |
| parent | e2ad5db76bb87437bf403a86a2102219964b9326 (diff) | |
| download | homebrew-16ac095cb7fa14614b6ef6852981f56d89401c0e.tar.bz2 | |
wrk v3.0.3
Closes #24296.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wrk.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/wrk.rb b/Library/Formula/wrk.rb index 2196cd291..b7a8ef038 100644 --- a/Library/Formula/wrk.rb +++ b/Library/Formula/wrk.rb @@ -2,12 +2,14 @@ require 'formula' class Wrk < Formula homepage 'https://github.com/wg/wrk' - url 'https://github.com/wg/wrk/archive/2.2.2.tar.gz' - sha1 'e13ebcea4d88137c788363daafae546b0ccdbf19' + url 'https://github.com/wg/wrk/archive/3.0.3.tar.gz' + sha1 '097168282266414a672c77f90761d786dec323f1' + head 'https://github.com/wg/wrk.git' conflicts_with 'wrk-trello', :because => 'both install `wrk` binaries' def install + ENV.j1 system "make" bin.install "wrk" end |
