Skip to content

Commit

Permalink
pnpm: update to 10.2.1, add nodejs ver fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
i0ntempest committed Feb 7, 2025
1 parent c030644 commit 2a4e281
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions devel/pnpm/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup npm 1.0

name pnpm
version 9.15.3
version 10.2.1
revision 0

categories devel
Expand All @@ -18,6 +18,15 @@ long_description pnpm is a fast, disk space efficient package manager, \

homepage https://pnpm.io

checksums rmd160 4715ffb3a376de1307bb22525b0716f56e3de403 \
sha256 c1da43727ccbc1ed42aff4fd6bdb4b1e91e65a818e6efff5b240fbf070ba4eaf \
size 4315860
checksums rmd160 415f149f7f0278acf1cf0c4c815a963c0378cd9b \
sha256 f988f0d93b87e1da2d8cdf6ac7f45a01c6f843ae3606b4ca0f2ffd713b85f975 \
size 4390422

platform darwin {
if {${os.major} < 20} {
# 10.15-
npm.nodejs_version \
18
npm.version 9
}
}

0 comments on commit 2a4e281

Please sign in to comment.