From cf723ffd7404e5658d4d97c6e96c47c8a3e1fc0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:50:03 +0000 Subject: [PATCH 1/2] vercel-cli 34.2.5 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 1d90b8ac0297e..8cc3163d74a79 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -3,8 +3,8 @@ 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 From 310bfff5683422af83457bf626f41c9a5233b857 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:49:45 +0000 Subject: [PATCH 2/2] vercel-cli: update 34.2.5 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 8cc3163d74a79..c3027def670b0 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -8,13 +8,13 @@ class VercelCli < Formula 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"