Skip to content

Commit 27f58d5

Browse files
authored
Merge pull request #247036 from Homebrew/bump-pnpm-10.18.1
pnpm 10.18.1
2 parents eaaa4bb + dec000f commit 27f58d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pnpm.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Pnpm < Formula
22
desc "Fast, disk space efficient package manager"
33
homepage "https://pnpm.io/"
4-
url "https://registry.npmjs.org/pnpm/-/pnpm-10.18.0.tgz"
5-
sha256 "3967a3efe2909df305fec4b833a304dfca17c380b6bb77672f4dac4f2cdd3788"
4+
url "https://registry.npmjs.org/pnpm/-/pnpm-10.18.1.tgz"
5+
sha256 "95a9702424f17c0f17eb0276d01417a169bdfeb61d5e2ccd36476f0e21a53ecd"
66
license "MIT"
77

88
livecheck do
@@ -13,12 +13,12 @@ class Pnpm < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_tahoe: "902c6cf6d5adeba127d461870fb3ea704511fc0d491b6ca040a941c98d1f5db3"
17-
sha256 cellar: :any, arm64_sequoia: "ed523d296ffce2c67bb1465c701abff414814759eeb9660bdd30716115daa36d"
18-
sha256 cellar: :any, arm64_sonoma: "ed523d296ffce2c67bb1465c701abff414814759eeb9660bdd30716115daa36d"
19-
sha256 cellar: :any, sonoma: "1940300d965fdda4fbbad40fe080efd2c67275e935b3601f18244e05af4941ff"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "5afd4c3417c0e56c423fcf73103b98ac69f12b41759756b2df78891306df2d57"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5afd4c3417c0e56c423fcf73103b98ac69f12b41759756b2df78891306df2d57"
16+
sha256 cellar: :any, arm64_tahoe: "7a180992ff53d48ce3141bfa51780236b346b63ef4a763fa905b894e34224e8a"
17+
sha256 cellar: :any, arm64_sequoia: "b984d07bf8f6a75bf3e2ce2df0f985b24a36eeb164da7a292e9c95b81a00cddb"
18+
sha256 cellar: :any, arm64_sonoma: "b984d07bf8f6a75bf3e2ce2df0f985b24a36eeb164da7a292e9c95b81a00cddb"
19+
sha256 cellar: :any, sonoma: "99d1d402223741dbf496f6b4c93200aa24df5c09a1c13d93856e3040d8656d58"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "fcdc0f71a07f9d7b23665c340efd3a4b110f37ae099b44ca47a8b974ff4edfb5"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fcdc0f71a07f9d7b23665c340efd3a4b110f37ae099b44ca47a8b974ff4edfb5"
2222
end
2323

2424
depends_on "node" => [:build, :test]

0 commit comments

Comments
 (0)