Skip to content

Commit 7ba5433

Browse files
authored
Merge pull request Homebrew#220259 from JoJoJoJoJoJoJo/bump-mcpm-1.1.1
mcpm 1.1.1
2 parents 97cc30f + 8b82055 commit 7ba5433

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Formula/m/mcpm.rb

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

44
desc "Open source, community-driven MCP server and client manager"
55
homepage "https://mcpm.sh/"
6-
url "https://files.pythonhosted.org/packages/43/8d/1194678ed79592fe4d3f367c1f2d89a75876d562692d58af787f7ed4a393/mcpm-1.1.0.tar.gz"
7-
sha256 "56a1be908c9a851c47384e2b9aecb14573c607a06ab1c851cc7c44fd9ce91d36"
6+
url "https://files.pythonhosted.org/packages/6b/a5/60e687ae1d1d044b3513eb936e63a7cf09b4e19a71624437442e9d8fb3f4/mcpm-1.1.1.tar.gz"
7+
sha256 "2c664c82b961bc48180a15ac16a94376d6659f274cbc26cd41293d1fd08bc86e"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "091a2635d0f82f857a4485ec28ccf962afbe47c9c133c46709b3df0c7123d5e9"
12-
sha256 cellar: :any, arm64_sonoma: "ba9940947a66f46ddb2c30db3f4bb4fa19f2b665efee45c36838a7efbfb8140d"
13-
sha256 cellar: :any, arm64_ventura: "004c75f8c6a1407bba350d3ae3fb44ef7e8cecbf51df2b6ea0613582e6f82420"
14-
sha256 cellar: :any, sonoma: "04ea2fab673f741df2c8b51447cd46b948c969e901f2cc774edc00e4f8fc00f4"
15-
sha256 cellar: :any, ventura: "52e6cb3f4caa7f5e70806f0244abb8d69ccc61287a6d96692b29abac8c206d3e"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "b5b924ed08bfcb2a548c659f036cc2a5dedee53bff1e6094f2ad10d26234d2aa"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b66361518593ff680aae346678b292e252da459860d1cdb995924ae6f3e946e"
11+
sha256 cellar: :any, arm64_sequoia: "4b07e83c6f60b5578875c11525b849a5398938a5967af31a3587fa17ed519578"
12+
sha256 cellar: :any, arm64_sonoma: "a41345c1c11721cb67a30c201940facd3e31462ba40796696fa2e7b85d45ac54"
13+
sha256 cellar: :any, arm64_ventura: "b49aa61c6e30ff5521b4090483ef2e635fa2a48cb35dc7f8e84b24055d5fbc40"
14+
sha256 cellar: :any, sonoma: "898fb20e3303f65289cd3f6bd08b6700213247b17f83ff1a6282c97f6863d56b"
15+
sha256 cellar: :any, ventura: "15722fc0021b2b25d855a4a8aefb3e9b3ee54ace6011dd002dc156735ef47fe6"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "96cc8fcc6ac76db4eeecc19ef52c3ebc5f1c713871841699eb7743b67c8dcea4"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "44cc0430757c5fa77659b87f81f18f90510dc42ffe1c628f946bd7cf6818824b"
1818
end
1919

2020
depends_on "rust" => :build
@@ -56,8 +56,8 @@ class Mcpm < Formula
5656
end
5757

5858
resource "httpcore" do
59-
url "https://files.pythonhosted.org/packages/6a/41/d7d0a89eb493922c37d343b607bc1b5da7f5be7e383740b4753ad8943e90/httpcore-1.0.7.tar.gz"
60-
sha256 "8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c"
59+
url "https://files.pythonhosted.org/packages/9f/45/ad3e1b4d448f22c0cff4f5692f5ed0666658578e358b8d58a19846048059/httpcore-1.0.8.tar.gz"
60+
sha256 "86e94505ed24ea06514883fd44d2bc02d90e77e7979c8eb71b90f41d364a1bad"
6161
end
6262

6363
resource "httpx" do
@@ -91,8 +91,8 @@ class Mcpm < Formula
9191
end
9292

9393
resource "prompt-toolkit" do
94-
url "https://files.pythonhosted.org/packages/a1/e1/bd15cb8ffdcfeeb2bdc215de3c3cffca11408d829e4b8416dcfe71ba8854/prompt_toolkit-3.0.50.tar.gz"
95-
sha256 "544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab"
94+
url "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz"
95+
sha256 "931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed"
9696
end
9797

9898
resource "psutil" do
@@ -151,8 +151,8 @@ class Mcpm < Formula
151151
end
152152

153153
resource "starlette" do
154-
url "https://files.pythonhosted.org/packages/04/1b/52b27f2e13ceedc79a908e29eac426a63465a1a01248e5f24aa36a62aeb3/starlette-0.46.1.tar.gz"
155-
sha256 "3c88d58ee4bd1bb807c0d1acb381838afc7752f9ddaec81bbe4383611d833230"
154+
url "https://files.pythonhosted.org/packages/ce/20/08dfcd9c983f6a6f4a1000d934b9e6d626cff8d2eeb77a89a68eef20a2b7/starlette-0.46.2.tar.gz"
155+
sha256 "7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5"
156156
end
157157

158158
resource "typing-extensions" do
@@ -171,8 +171,8 @@ class Mcpm < Formula
171171
end
172172

173173
resource "uvicorn" do
174-
url "https://files.pythonhosted.org/packages/4b/4d/938bd85e5bf2edeec766267a5015ad969730bb91e31b44021dfe8b22df6c/uvicorn-0.34.0.tar.gz"
175-
sha256 "404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"
174+
url "https://files.pythonhosted.org/packages/86/37/dd92f1f9cedb5eaf74d9999044306e06abe65344ff197864175dbbd91871/uvicorn-0.34.1.tar.gz"
175+
sha256 "af981725fc4b7ffc5cb3b0e9eda6258a90c4b52cb2a83ce567ae0a7ae1757afc"
176176
end
177177

178178
resource "watchfiles" do

0 commit comments

Comments
 (0)