Skip to content

Commit

Permalink
Merge pull request #192022 from Homebrew/bump-vercel-cli-37.6.0
Browse files Browse the repository at this point in the history
vercel-cli 37.6.0
  • Loading branch information
BrewTestBot authored Sep 26, 2024
2 parents 7f68b2b + 9ae99b2 commit fc5efbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/v/vercel-cli.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class VercelCli < Formula
desc "Command-line interface for Vercel"
homepage "https://vercel.com/home"
url "https://registry.npmjs.org/vercel/-/vercel-37.5.4.tgz"
sha256 "21d7e1bab3f1f97940081a3f6cd57d675c560da874f6e5084200f9ad1fbc8c7f"
url "https://registry.npmjs.org/vercel/-/vercel-37.6.0.tgz"
sha256 "12dd490fb6dc4f61e891870ee02b55865d25a98ee2115ee5ecd10ba50da52031"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a9e42c581b747f71c39f15bda1d51070a4c5c0e4aa12970fad63d7b04c0cf4f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a9e42c581b747f71c39f15bda1d51070a4c5c0e4aa12970fad63d7b04c0cf4f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8a9e42c581b747f71c39f15bda1d51070a4c5c0e4aa12970fad63d7b04c0cf4f"
sha256 cellar: :any_skip_relocation, sonoma: "99e0f2368174b0c315422e9a75cb6c2638c29a8358fc3fe353c9dcf422f3e009"
sha256 cellar: :any_skip_relocation, ventura: "99e0f2368174b0c315422e9a75cb6c2638c29a8358fc3fe353c9dcf422f3e009"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c160d1949b4908a2de130e09aeecc93a4c49bd87f41a78787635cb1b90150b5"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "262619a6f3049f7ea756ab7807144c2040a56644748f3eb458873b8a196bdf0f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "262619a6f3049f7ea756ab7807144c2040a56644748f3eb458873b8a196bdf0f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "262619a6f3049f7ea756ab7807144c2040a56644748f3eb458873b8a196bdf0f"
sha256 cellar: :any_skip_relocation, sonoma: "bd33213db121432cdd342dfaba8089fc603f407a67804b50fefc398f9700e966"
sha256 cellar: :any_skip_relocation, ventura: "bd33213db121432cdd342dfaba8089fc603f407a67804b50fefc398f9700e966"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b09b0bc663e435de5161a6750e771ac39ec69d8ec48af3d1093a6fcde3a49c9d"
end

depends_on "node"
Expand Down

0 comments on commit fc5efbe

Please sign in to comment.