Skip to content

Commit

Permalink
Merge pull request #174780 from Homebrew/bump-pnpm-9.4.0
Browse files Browse the repository at this point in the history
pnpm 9.4.0
  • Loading branch information
BrewTestBot authored Jun 17, 2024
2 parents 5647de0 + b99c7ae commit 2b909e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/pnpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Pnpm < Formula

desc "Fast, disk space efficient package manager"
homepage "https://pnpm.io/"
url "https://registry.npmjs.org/pnpm/-/pnpm-9.3.0.tgz"
sha256 "e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f"
url "https://registry.npmjs.org/pnpm/-/pnpm-9.4.0.tgz"
sha256 "b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
license "MIT"

livecheck do
Expand All @@ -13,13 +13,13 @@ class Pnpm < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "9e838f00d77544378a338fa15705fae3cd9bbd0e98e6867b3513c66ffeef2590"
sha256 cellar: :any, arm64_ventura: "9e838f00d77544378a338fa15705fae3cd9bbd0e98e6867b3513c66ffeef2590"
sha256 cellar: :any, arm64_monterey: "9e838f00d77544378a338fa15705fae3cd9bbd0e98e6867b3513c66ffeef2590"
sha256 cellar: :any, sonoma: "7ce12a79b8762e95dd0dc1a1f5c352a171f0fbdf5822c9297fa1cdfd23f8980a"
sha256 cellar: :any, ventura: "7ce12a79b8762e95dd0dc1a1f5c352a171f0fbdf5822c9297fa1cdfd23f8980a"
sha256 cellar: :any, monterey: "7ce12a79b8762e95dd0dc1a1f5c352a171f0fbdf5822c9297fa1cdfd23f8980a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "800473a282863236ba8d8c0aa1cf80df61441f3619ed7d36c32296753c0c424b"
sha256 cellar: :any, arm64_sonoma: "499288b8c5bffb275466bcf806d4a1a9f27ef96c1ed45fc2691271737c28a87f"
sha256 cellar: :any, arm64_ventura: "499288b8c5bffb275466bcf806d4a1a9f27ef96c1ed45fc2691271737c28a87f"
sha256 cellar: :any, arm64_monterey: "499288b8c5bffb275466bcf806d4a1a9f27ef96c1ed45fc2691271737c28a87f"
sha256 cellar: :any, sonoma: "3d49d42be87ce556e2b66abd042907ab0fcf8c915c1ef237f49d4175bafcdc7d"
sha256 cellar: :any, ventura: "3d49d42be87ce556e2b66abd042907ab0fcf8c915c1ef237f49d4175bafcdc7d"
sha256 cellar: :any, monterey: "3d49d42be87ce556e2b66abd042907ab0fcf8c915c1ef237f49d4175bafcdc7d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "088aa545e3e899d9f04b6a8b530d06fb82f26b42cffd21f6600e50b5f71148b1"
end

depends_on "node" => [:build, :test]
Expand Down

0 comments on commit 2b909e1

Please sign in to comment.