Skip to content

Commit b105375

Browse files
authored
Merge pull request #253197 from Homebrew/bump-locust-2.42.2
locust 2.42.2
2 parents a94ab3c + cc9ac41 commit b105375

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Formula/l/locust.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ 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/ba/da/6108cb1b5be2ede0f9501bed5a9e1b86f6c4cffe66e18cab1af66aca713a/locust-2.42.1.tar.gz"
7-
sha256 "4510dfa92213a9b4965d4a7a9aa40f105b6f886695bd27655cd3a5ba13040a6d"
6+
url "https://files.pythonhosted.org/packages/cc/44/cc8c2a79d5f8456fb8b04e607e79bf79fad91c17cf32f189baa2eccf2ac6/locust-2.42.2.tar.gz"
7+
sha256 "bbb4da7e1ce41799158c3e77ec7f64c7a754f50ae63ec772d57fc4440775541e"
88
license "MIT"
9-
revision 1
109

1110
bottle do
12-
sha256 cellar: :any, arm64_tahoe: "bf0e5e3dc32950e35feb6136698b4db772bcad119ac311ac1bfb39ecedb24db7"
13-
sha256 cellar: :any, arm64_sequoia: "90a04696e25f88226413ff3ab85a3a1802b4646c1ed6f23cbe0a09947f280d10"
14-
sha256 cellar: :any, arm64_sonoma: "d69238d10e89937ab1bdbfa9ae27eb1a19f8f8342778fedd573558aee7ce31d4"
15-
sha256 cellar: :any, sonoma: "d718f19475e4d301108fbca0054845f370a98164b3ca8339c2dd1e879c794188"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "8c97e7afd94cb360c54e0aa8ae622886a06aaa720591e82a19f3c6441ac62744"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d1561aac5e5d1a5b56c445573e20973a6c186bfe7445802001cc126f9db7c182"
11+
sha256 cellar: :any, arm64_tahoe: "dbe021f3197b15e800a2966cccaa7e0cb700b0672595c3e5a4a566e774d8e0ff"
12+
sha256 cellar: :any, arm64_sequoia: "3e01b9dc1d79c9e9f1536e61739a32aced61a2f898a4a6e62da05ae7d3575b83"
13+
sha256 cellar: :any, arm64_sonoma: "d09d1e98e51180edb25e7f6701787f3200af9df777c92682c946b88037cc5bab"
14+
sha256 cellar: :any, sonoma: "ee5d1838e4db5e290ae6907b04be75cb1ec65d05c96cce23f14bfb928412c93f"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "4286455072cb1349050ec793bce78f92875e0390763967a591c2c2f2e5af1222"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "92816787123dfec11be7ea2b1dfb028524b3cc0d3fbc1f4d77765d7593bc87e1"
1817
end
1918

2019
depends_on "cmake" => :build # for pyzmq
@@ -111,8 +110,8 @@ class Locust < Formula
111110
end
112111

113112
resource "locust-cloud" do
114-
url "https://files.pythonhosted.org/packages/df/40/5c640da49e70cdf6de761aba8838aab2fe301bb46e307ccf7d49a56d0d24/locust_cloud-1.27.12.tar.gz"
115-
sha256 "d226fb74a1fdc9d3ed319ccbf328897310a2e04160ed31714322485531ad54e4"
113+
url "https://files.pythonhosted.org/packages/ee/67/2a6b4e29d491d0b642f9b4b0bed7e95b899314dd33addb2c8b1a6cab9500/locust_cloud-1.28.0.tar.gz"
114+
sha256 "c314b9a7416959d62a812fab5bcad751bcd328ee7d4c908f19c5c3724c56c24c"
116115
end
117116

118117
resource "markupsafe" do

0 commit comments

Comments
 (0)