wrk v3.0.3

Closes Homebrew/homebrew#24296.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
denji 2013-11-14 14:16:43 +02:00 committed by Adam Vandenberg
parent edd629532a
commit 3124ee4008

View file

@ -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