Skip to content

Commit f33b1af

Browse files
authored
Merge pull request #230100 from Homebrew/bump-locust-2.37.13
locust 2.37.13
2 parents 1ccba45 + 2901a20 commit f33b1af

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/l/locust.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Locust < Formula
33

44
desc "Scalable user load testing tool written in Python"
55
homepage "https://locust.io/"
6-
url "https://files.pythonhosted.org/packages/fb/44/aca61ed7327fb0fef54f7cc7561248421a0fd5e7a3f82a1bc7ed70f92118/locust-2.37.12.tar.gz"
7-
sha256 "e62fb5230cc279c87114e180facf429f0717074b68e08e5a46226419e6674ee6"
6+
url "https://files.pythonhosted.org/packages/0e/96/4cc9acfa079a2a7017c0b9bf09e45c2d6db9321312e5412d67a46fd11a63/locust-2.37.13.tar.gz"
7+
sha256 "82ba0a694963c9a34b868757ac9c8a5e3f6e9c7832a2fb7a6be807c3b601880b"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "0bf1e301ce49bb708250a955181453bfe3a693bd337bdd0e88fe177939ab0178"
12-
sha256 cellar: :any, arm64_sonoma: "829aea111ebadd8a17239916e97a9abbf77feaea99b7f4679f5a0ddf0206dcee"
13-
sha256 cellar: :any, arm64_ventura: "fa734f848388e1d709070e775e2082b887653c05d964d70caf0e162b44213afd"
14-
sha256 cellar: :any, sonoma: "0ba4f544b18271dbe93b8eac62a3748834b304f6493bef3a9b45f412aec329d3"
15-
sha256 cellar: :any, ventura: "c25d1736fa0b3178133e09b515d2b13afdc33237d529ca29ad3898c506275e6b"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "25f1bacf42178260715d9724189bde3703d31cd1ec05c60f690435712b1b368c"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d78910f23d95b3b4bc1b935fea8740923508a5a76ca730b88b2afbd0cd7cfa6"
11+
sha256 cellar: :any, arm64_sequoia: "681b69b98cfc2d6b4dc4ad5509642bcedbeea8ba16383178cec1c7589e9c94d4"
12+
sha256 cellar: :any, arm64_sonoma: "f61d1c6988f4133f890a86f2d05b30c89c9179b062e20ace81780c36d036399a"
13+
sha256 cellar: :any, arm64_ventura: "4168bf47e6f7b1581a5dc12a0a0b93f82d777d38e6bf7eb77b6c6e33ab37b11b"
14+
sha256 cellar: :any, sonoma: "c95c0ddac95eaea823c81436277f8b5320dc1cf8b3b46c8735078e544e152a84"
15+
sha256 cellar: :any, ventura: "2c03d54549885ebd2ab0d459033cd8179034691c66b21323575b3bdcbc10d6b6"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "6417f03adaa4e7c603cca77316c08e67bbc863425764139987e5f847bc27d2e1"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2969e86bb1b6dba29acd58599a482506024f6b5ab3daa177b3d8db0847a8b73b"
1818
end
1919

2020
depends_on "cmake" => :build # for pyzmq
@@ -104,8 +104,8 @@ class Locust < Formula
104104
end
105105

106106
resource "locust-cloud" do
107-
url "https://files.pythonhosted.org/packages/33/1c/d75c7efa71ecffdfe6302222c1c2eee9c6d9cb3a4a25a971d5040a30d441/locust_cloud-1.25.1.tar.gz"
108-
sha256 "f248e3929a2021a1ea178253b77c56e32ef882899f90bd7c6f762522abdbd769"
107+
url "https://files.pythonhosted.org/packages/d7/aa/4cb7fe8c5f27b31b41d90867c42506f39911cb72fb055a9846e0f809a47e/locust_cloud-1.26.0.tar.gz"
108+
sha256 "7d59076e3248ac7f081d721fb900545519536f53fa0ad2b35ed91ba3138ced40"
109109
end
110110

111111
resource "markupsafe" do

0 commit comments

Comments
 (0)