diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 1d90b8ac0297e..c3027def670b0 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -3,18 +3,18 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-34.2.4.tgz" - sha256 "3e871c8b5629621c84e9f43c1890dd9383b7ffb0f4bae2d4bab9dd811156c3c0" + url "https://registry.npmjs.org/vercel/-/vercel-34.2.5.tgz" + sha256 "4fbde9fffb3b3dfdd524802d508e7eab9b83c4efe69fa589f47812ef0b19cf82" license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2e6145ba96e317ecb14304228f12e772ec5166603676af4e7ca972fd1b022fe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a2e6145ba96e317ecb14304228f12e772ec5166603676af4e7ca972fd1b022fe" - sha256 cellar: :any_skip_relocation, arm64_monterey: "a2e6145ba96e317ecb14304228f12e772ec5166603676af4e7ca972fd1b022fe" - sha256 cellar: :any_skip_relocation, sonoma: "52f88868a40c3955ea8266fa5b63e1a5f30d0dc108ca5997ec46a7080ee4db7d" - sha256 cellar: :any_skip_relocation, ventura: "52f88868a40c3955ea8266fa5b63e1a5f30d0dc108ca5997ec46a7080ee4db7d" - sha256 cellar: :any_skip_relocation, monterey: "52f88868a40c3955ea8266fa5b63e1a5f30d0dc108ca5997ec46a7080ee4db7d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4cb67ba0ca0553719fa0bf8fee9b825ec587530072588522a8805c14299b47df" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b7052e31daa8b4cf6edfedc9277592bdd7bcddd3ba2194fd1fd6cd7c4fa64b5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1b7052e31daa8b4cf6edfedc9277592bdd7bcddd3ba2194fd1fd6cd7c4fa64b5" + sha256 cellar: :any_skip_relocation, arm64_monterey: "1b7052e31daa8b4cf6edfedc9277592bdd7bcddd3ba2194fd1fd6cd7c4fa64b5" + sha256 cellar: :any_skip_relocation, sonoma: "b26764b69aa84c796e1bdb029fb664b1d620d5652842754a018eb23bdafe5b90" + sha256 cellar: :any_skip_relocation, ventura: "b26764b69aa84c796e1bdb029fb664b1d620d5652842754a018eb23bdafe5b90" + sha256 cellar: :any_skip_relocation, monterey: "b26764b69aa84c796e1bdb029fb664b1d620d5652842754a018eb23bdafe5b90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0c09e1a62ae69e1a92362f63745ea336e9872105a2498aba2f4909eb033ba777" end depends_on "node"