wrk v3.0.3
Closes Homebrew/homebrew#24296. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
edd629532a
commit
3124ee4008
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue