10000 Merge pull request #224898 from Homebrew/bump-vercel-cli-42.2.0 · Homebrew/homebrew-core@a40a329 · GitHub
[go: up one dir, main page]

Skip to content

Commit a40a329

Browse files
authored
Merge pull request #224898 from Homebrew/bump-vercel-cli-42.2.0
vercel-cli 42.2.0
2 parents 9d1c89d + 524e45c commit a40a329

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/v/vercel-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class VercelCli < Formula
22
desc "Command-line interface for Vercel"
33
homepage "https://vercel.com/home"
4-
url "https://registry.npmjs.org/vercel/-/vercel-42.1.1.tgz"
5-
sha256 "c854c1e12d278b879289fbac9993c000a02344a0cf77ff68b1d04e5277be3674"
4+
url "https://registry.npmjs.org/vercel/-/vercel-42.2.0.tgz"
5+
sha256 "8bcf291e9dedd98f8728c3c2fc74f3016e100f22b3a5108fb438f05b68e5a5c7"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc3d1223a55a9f6752786ed86ce5cf2804970c7495776660b844b41b9a1028b6"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc3d1223a55a9f6752786ed86ce5cf2804970c7495776660b844b41b9a1028b6"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "dc3d1223a55a9f6752786ed86ce5cf2804970c7495776660b844b41b9a1028b6"
12-
sha256 cellar: :any_skip_relocation, sonoma: "4e7241ab43c8652334926d58e6a1d2d46cfb691144bdd575c949a2f1101c6b2f"
13-
sha256 cellar: :any_skip_relocation, ventura: "4e7241ab43c8652334926d58e6a1d2d46cfb691144bdd575c949a2f1101c6b2f"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "cd53eab560fab3b25b74c559e8d8d242016df055c0be8e1ed2a2ba01f7909ff8"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "991cd3d2b31afcdb6cc8c58f4f25d2f3b2502b0b5ed3b8332c76db76660711d1"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62"
12+
sha256 cellar: :any_skip_relocation, sonoma: "f1e931cd4af13dc361ac5d3db6e30ae7d88399233198cc115c163c248a3236b4"
13+
sha256 cellar: :any_skip_relocation, ventura: "f1e931cd4af13dc361ac5d3db6e30ae7d88399233198cc115c163c248a3236b4"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "7eac010d10d49d62f795dd0d3cdc80deb98c94b3dbd4ed2be23701fda28867f6"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "918440b4e2c0c27d1e07a7af1d5d3c49367488f04dfdeb981dc884d32ce47516"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)
0