Skip to content

Commit 4a34a60

Browse files
authored
Merge pull request #228128 from Homebrew/bump-vercel-cli-44.2.3
vercel-cli 44.2.3
2 parents c48d817 + 5e80d88 commit 4a34a60

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-44.2.2.tgz"
5-
sha256 "fbccb7da7fb0d712bb78df8a93535f9778f254485b5a38509eb5c943fe1c447c"
4+
url "https://registry.npmjs.org/vercel/-/vercel-44.2.3.tgz"
5+
sha256 "0256cd5cb704bf9aaefe5196fbc96b35de0dc351a5f4849461497dc3a901b840"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0"
12-
sha256 cellar: :any_skip_relocation, sonoma: "c144e6f3df23944533fb2fe47026ee0d0a9163df3e5bc8f514433a15349af94b"
13-
sha256 cellar: :any_skip_relocation, ventura: "c144e6f3df23944533fb2fe47026ee0d0a9163df3e5bc8f514433a15349af94b"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "60e2367da81824834aae44a8559989670337c248d48a85ac78be1b20ec93b2f9"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b46def26ae993132baef661e1e48d601e69bc26c1e9398e5f6b5b5caa7ebe356"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2"
12+
sha256 cellar: :any_skip_relocation, sonoma: "0c19a5131800dbef3a9079e7519a8c5096e0d326d83caaeee08be7ad65b3fb42"
13+
sha256 cellar: :any_skip_relocation, ventura: "0c19a5131800dbef3a9079e7519a8c5096e0d326d83caaeee08be7ad65b3fb42"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "5bd2acbdcaf0e30d86b9fa4af2241acf2d121a3eae0e55970a1a5d946c8a883d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "83c0702c5b36bd8653a0dd2abca64c3dc971237985cf91317dbdf0baeaa76567"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)