aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorh4162013-07-08 18:09:23 +0900
committerAdam Vandenberg2013-07-08 07:08:15 -0700
commit0f23c223d6a88fed7e3d0df81b60a4953ff0bc60 (patch)
treebf047287ae86f0eef3fa78bd286448d521f6c8af /Library/Formula
parent08674b614005ed7222ab47471bba64ad247e69b3 (diff)
downloadhomebrew-0f23c223d6a88fed7e3d0df81b60a4953ff0bc60.tar.bz2
wrk 2.2.2
Closes #21072. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wrk.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wrk.rb b/Library/Formula/wrk.rb
index 0dec73842..ee403d405 100644
--- a/Library/Formula/wrk.rb
+++ b/Library/Formula/wrk.rb
@@ -2,8 +2,8 @@ require 'formula'
class Wrk < Formula
homepage 'https://github.com/wg/wrk'
- url 'https://github.com/wg/wrk/archive/2.0.0.tar.gz'
- sha1 'f4d3562ef41b8470e368b542686af3f42618aa67'
+ url 'https://github.com/wg/wrk/archive/2.2.2.tar.gz'
+ sha1 'e13ebcea4d88137c788363daafae546b0ccdbf19'
def install
system "make"