From 426e624285af14ceec035218a3203f0ed417f522 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:57:24 +0000 Subject: [PATCH 1/2] vercel-cli 37.6.3 --- 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 3cb322085bced..23d785939bb8e 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-37.6.2.tgz" - sha256 "d89f092596941a65b7f16006c201f7b2fc1a94cfc401ccd2c9cbf7f0202f5bd5" + url "https://registry.npmjs.org/vercel/-/vercel-37.6.3.tgz" + sha256 "af94cfc6bbf894b47e17fa5bf25c75265991ef9d607a30e2060f310f65f73285" license "Apache-2.0" bottle do From ec05764e9423c609280485e589976ee30d934c89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:07:26 +0000 Subject: [PATCH 2/2] vercel-cli: update 37.6.3 bottle. --- Formula/v/vercel-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 23d785939bb8e..8c02dd3e54518 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,12 +6,12 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff406234f6790856a4b517807fa42786fdc20db0ef1ec63498d1abcdc47991b6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff406234f6790856a4b517807fa42786fdc20db0ef1ec63498d1abcdc47991b6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ff406234f6790856a4b517807fa42786fdc20db0ef1ec63498d1abcdc47991b6" - sha256 cellar: :any_skip_relocation, sonoma: "f8e6ee81e4b76ff833cc47f06907477a0d339c50ca639c1b694b8a799768c2f1" - sha256 cellar: :any_skip_relocation, ventura: "f8e6ee81e4b76ff833cc47f06907477a0d339c50ca639c1b694b8a799768c2f1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d60c6d3d681818292dbbd2eb3aa3e4738d5e87a22d0232c89f203180d7e0caa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe404aa6a8feaa17fc93fa3af4d8ef0414e8c6b9f67856a7a9dc17ea8e2e3633" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe404aa6a8feaa17fc93fa3af4d8ef0414e8c6b9f67856a7a9dc17ea8e2e3633" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe404aa6a8feaa17fc93fa3af4d8ef0414e8c6b9f67856a7a9dc17ea8e2e3633" + sha256 cellar: :any_skip_relocation, sonoma: "18b510779eebe94b6ce77d53212c6912503ac124843f52213b1ce393cd542e27" + sha256 cellar: :any_skip_relocation, ventura: "18b510779eebe94b6ce77d53212c6912503ac124843f52213b1ce393cd542e27" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b699bce340441758ec69c93b4073b90cef093fd5dadcdc2439f474e68257218d" end depends_on "node"