vegeta 6.1.1
Closes #4261. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
2eb09a99ee
commit
5e5100434f
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class Vegeta < Formula
|
||||
desc "HTTP load testing tool and library"
|
||||
homepage "https://github.com/tsenart/vegeta"
|
||||
url "https://github.com/tsenart/vegeta/archive/v6.1.0.tar.gz"
|
||||
sha256 "60d2b6cb51d069ef207f9c9e9a6c437df0f7159939ee10086131620f8e6d3916"
|
||||
url "https://github.com/tsenart/vegeta/archive/v6.1.1.tar.gz"
|
||||
sha256 "57bdab4cebcd1ee512c4dd4b0347e8058029e6f852a494ec1a18a9c3120bc30c"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -17,12 +17,12 @@ class Vegeta < Formula
|
|||
|
||||
go_resource "github.com/streadway/quantile" do
|
||||
url "https://github.com/streadway/quantile.git",
|
||||
:revision => "b0c588724d25ae13f5afb3d90efec0edc636432b"
|
||||
:revision => "b0c588724d25ae13f5afb3d90efec0edc636432b"
|
||||
end
|
||||
|
||||
go_resource "golang.org/x/net" do
|
||||
url "https://go.googlesource.com/net.git",
|
||||
:revision => "7864c9eef811cd4e2387a4d17eaf985e412b5032"
|
||||
:revision => "6250b412798208e6c90b03b7c4f226de5aa299e2"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue