Skip to content

Commit

Permalink
Merge pull request #170100 from Homebrew/bump-vercel-cli-34.1.3
Browse files Browse the repository at this point in the history
vercel-cli 34.1.3
  • Loading branch information
BrewTestBot authored Apr 25, 2024
2 parents a9bce91 + 897db84 commit bb4e7dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/v/vercel-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2.tgz"
sha256 "67d2fbe48197b47cce41a40b0086045a42c7ac500a1ba0abfda6527cd720ebcb"
url "https://registry.npmjs.org/vercel/-/vercel-34.1.3.tgz"
sha256 "4656cac6bd18e5fed40ab7fef6cef639fd13d37b015c11a202378f5aebf4ebb0"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfe80d01d2ef027ea164d0f32d3adb909986163e88557199ddd5c81ecefdde20"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cfe80d01d2ef027ea164d0f32d3adb909986163e88557199ddd5c81ecefdde20"
sha256 cellar: :any_skip_relocation, arm64_monterey: "cfe80d01d2ef027ea164d0f32d3adb909986163e88557199ddd5c81ecefdde20"
sha256 cellar: :any_skip_relocation, sonoma: "d95e4a90717b9c5edca6ae9aacab99047a5276bfd6f3bcbcf28b569acf91fb14"
sha256 cellar: :any_skip_relocation, ventura: "d95e4a90717b9c5edca6ae9aacab99047a5276bfd6f3bcbcf28b569acf91fb14"
sha256 cellar: :any_skip_relocation, monterey: "d95e4a90717b9c5edca6ae9aacab99047a5276bfd6f3bcbcf28b569acf91fb14"
sha256 cellar: :any_skip_relocation, x86_64_linux: "86c77bef4f22f6161208d5c0ca0ec46daea88c01d2daa3b780a7dbcd75b9113d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc7feab236e599a5a54197460a4bb74dc5c3e8034b3ea1490f2701a8805ff78c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc7feab236e599a5a54197460a4bb74dc5c3e8034b3ea1490f2701a8805ff78c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fc7feab236e599a5a54197460a4bb74dc5c3e8034b3ea1490f2701a8805ff78c"
sha256 cellar: :any_skip_relocation, sonoma: "e4c75b90cba3ced71997fe01060bc6e971340995834ac8e9617249f3da491cb2"
sha256 cellar: :any_skip_relocation, ventura: "e4c75b90cba3ced71997fe01060bc6e971340995834ac8e9617249f3da491cb2"
sha256 cellar: :any_skip_relocation, monterey: "e4c75b90cba3ced71997fe01060bc6e971340995834ac8e9617249f3da491cb2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "15406d5d988a21d10ea2076b466dfa63bfa77150fb0fdbcfb42183790974c3f0"
end

depends_on "node"
Expand Down

0 comments on commit bb4e7dd

Please sign in to comment.