From 6fa38422c2fc1d7c3177e1b50ce73e70f7920c7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:48:56 +0000 Subject: [PATCH 1/2] pnpm 9.4.0 --- Formula/p/pnpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index 3a160bbdb4140..a70c3a4af0e90 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -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 From b99c7aeea64fd7e7ac717598963754c21b76d940 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:44:20 +0000 Subject: [PATCH 2/2] pnpm: update 9.4.0 bottle. --- Formula/p/pnpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index a70c3a4af0e90..67750a87d56a0 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -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]