Skip to content

Commit a670eb7

Browse files
committed
locust 2.41.0
1 parent 0f4ab90 commit a670eb7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/l/locust.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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/0e/7f/8e8a8a79b5bb6cedb840a41bf2b9e6156a8fb608b143498ee0206d4c8170/locust-2.40.5.tar.gz"
7-
sha256 "4332f03ebfac83c115763e462f22f495783a88f1d237ccbd618d5b27863f5053"
6+
url "https://files.pythonhosted.org/packages/94/5b/c5fdcb769d222ddd0fd4d47b70ac2e3d62f3b8484b9d137af085fbf5dd64/locust-2.41.0.tar.gz"
7+
sha256 "47092aa1a66e005a0c06bcb7c893a1921959bcf624f2526df964aca49a4a2c4f"
88
license "MIT"
99

1010
bottle do
@@ -43,8 +43,8 @@ class Locust < Formula
4343
end
4444

4545
resource "click" do
46-
url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz"
47-
sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"
46+
url "https://files.pythonhosted.org/packages/46/61/de6cd827efad202d7057d93e0fed9294b96952e188f7384832791c7b2254/click-8.3.0.tar.gz"
47+
sha256 "e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4"
4848
end
4949

5050
resource "configargparse" do
@@ -108,8 +108,8 @@ class Locust < Formula
108108
end
109109

110110
resource "locust-cloud" do
111-
url "https://files.pythonhosted.org/packages/b1/6a/32823a379d6f979e17e5c00ab3f68f4e52738907ccc198fb8e3f43ab6ee1/locust_cloud-1.27.0.tar.gz"
112-
sha256 "b371a6940d978bb221ada9780e796e10e3032ff49ffeacf02c515aa876679b75"
111+
url "https://files.pythonhosted.org/packages/63/55/bfb342028f6942523184f7d0653b4b2047362d7c93f574803a8dd7750466/locust_cloud-1.27.1.tar.gz"
112+
sha256 "ea2790fc14eb78a816852444c4eca00aeb351ebeacb88fca16b8aa0fd41b740d"
113113
end
114114

115115
resource "markupsafe" do
@@ -138,8 +138,8 @@ class Locust < Formula
138138
end
139139

140140
resource "psutil" do
141-
url "https://files.pythonhosted.org/packages/2a/80/336820c1ad9286a4ded7e845b2eccfcb27851ab8ac6abece774a6ff4d3de/psutil-7.0.0.tar.gz"
142-
sha256 "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456"
141+
url "https://files.pythonhosted.org/packages/b3/31/4723d756b59344b643542936e37a31d1d3204bcdc42a7daa8ee9eb06fb50/psutil-7.1.0.tar.gz"
142+
sha256 "655708b3c069387c8b77b072fc429a57d0e214221d01c0a772df7dfedcb3bcd2"
143143
end
144144

145145
resource "pygments" do
@@ -208,8 +208,8 @@ class Locust < Formula
208208
end
209209

210210
resource "zope-interface" do
211-
url "https://files.pythonhosted.org/packages/68/21/a6af230243831459f7238764acb3086a9cf96dbf405d8084d30add1ee2e7/zope_interface-8.0.tar.gz"
212-
sha256 "b14d5aac547e635af749ce20bf49a3f5f93b8a854d2a6b1e95d4d5e5dc618f7d"
211+
url "https://files.pythonhosted.org/packages/88/3a/7fcf02178b8fad0a51e67e32765cd039ae505d054d744d76b8c2bbcba5ba/zope_interface-8.0.1.tar.gz"
212+
sha256 "eba5610d042c3704a48222f7f7c6ab5b243ed26f917e2bc69379456b115e02d1"
213213
end
214214

215215
def install

0 commit comments

Comments
 (0)