Skip to content

Commit

Permalink
wrk v3.0.3
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#24296.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
denji authored and adamv committed Nov 14, 2013
1 parent edd6295 commit 3124ee4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/wrk.rb
Expand Up @@ -2,12 +2,14 @@

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
Expand Down

0 comments on commit 3124ee4

Please sign in to comment.