wrk 2.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
74a959dad6
commit
b5819d5bb5
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Wrk < Formula
|
||||
homepage 'https://github.com/wg/wrk'
|
||||
url 'https://github.com/wg/wrk/archive/1.2.0.tar.gz'
|
||||
sha1 '69e1ddb34c35a901bbf5adc7d285f1d0a881356d'
|
||||
url 'https://github.com/wg/wrk/archive/2.0.0.tar.gz'
|
||||
sha1 'f4d3562ef41b8470e368b542686af3f42618aa67'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue