From c0fac80d381ed1a6b6402dd36075f0ad811799bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:23:30 +0000 Subject: [PATCH 1/2] vercel-cli 39.2.1 --- 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 93238341d1513..c7e4298ecc7c9 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-39.2.0.tgz" - sha256 "120a89def6ceb63418b47e9b81c4dc1622b46b64037cb0cd228446bdbcce5d71" + url "https://registry.npmjs.org/vercel/-/vercel-39.2.1.tgz" + sha256 "050b911ade2e539363c31387394c1057b396576a3486b1ec9757283b1ebafef5" license "Apache-2.0" bottle do From 37ee3049f577eceec27360175478f2cdb57ee54b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:32:24 +0000 Subject: [PATCH 2/2] vercel-cli: update 39.2.1 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 c7e4298ecc7c9..ed2c5c2c041dd 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: "de49fdba5fb06f0fb91ec7250515f53179387274b0d16dc5229f2d87add69588" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "de49fdba5fb06f0fb91ec7250515f53179387274b0d16dc5229f2d87add69588" - sha256 cellar: :any_skip_relocation, arm64_ventura: "de49fdba5fb06f0fb91ec7250515f53179387274b0d16dc5229f2d87add69588" - sha256 cellar: :any_skip_relocation, sonoma: "f30afe7a719523c260c141e02b83d9960ff67e364eb1757ff3740a973f2fd81d" - sha256 cellar: :any_skip_relocation, ventura: "f30afe7a719523c260c141e02b83d9960ff67e364eb1757ff3740a973f2fd81d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "149036e938503c7211c18be3df8ab3fa5d99f47f8c768afdfe74f5eaa9757e57" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0366a13dd4370ab8013df9a5c73ae56aad534e666d01aba067971a342ee19fc1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0366a13dd4370ab8013df9a5c73ae56aad534e666d01aba067971a342ee19fc1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0366a13dd4370ab8013df9a5c73ae56aad534e666d01aba067971a342ee19fc1" + sha256 cellar: :any_skip_relocation, sonoma: "bedb93adedd353afab3c8823c90bca395314e07f23a40816333e1b8e6352caef" + sha256 cellar: :any_skip_relocation, ventura: "bedb93adedd353afab3c8823c90bca395314e07f23a40816333e1b8e6352caef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35b46cd1897b715bae864819cb5f7b16b4103c0dc716692931872d71f211fc9d" end depends_on "node"