|
118 | 118 | "notes": "pnpm upstream publishes 7 platform-native binaries: linux-{x64,arm64}{,-musl}, darwin-arm64, win-{x64,arm64}. The linux-*-musl entries are first-class assets (pnpm-linux-{x64,arm64}-musl.tar.gz), NOT aliases of the glibc tarballs — their hashes are genuinely distinct. Do not \"simplify\" them by pointing at the glibc asset; the binaries are linked against different libcs and only the matching one runs on its target. darwin-x64 is intentionally a different shape: upstream dropped the SEA binary in 11.0.5 because of an upstream Node.js LIEF/Mach-O bug (nodejs/node#62893) that the Node team has declined to fix. Intel Mac instead installs the npm-registry JS tarball + runs it through the system Node — see source/binary fields below.", |
119 | 119 | "description": "Fast, disk space efficient package manager", |
120 | 120 | "repository": "github:pnpm/pnpm", |
121 | | - "version": "11.1.2", |
| 121 | + "version": "11.1.3", |
122 | 122 | "release": "asset", |
123 | 123 | "checksums": { |
124 | 124 | "darwin-arm64": { |
125 | 125 | "asset": "pnpm-darwin-arm64.tar.gz", |
126 | | - "integrity": "sha256-L0a8t6w8aTr3LgbmhGezqRJ8vyokt3g4K8i+r/hGOu4=" |
| 126 | + "integrity": "sha256-wlgxCSbPqqWbUClrwN78pmpGZ5nrBF1Pdv4/w8XmVl0=" |
127 | 127 | }, |
128 | 128 | "darwin-x64": { |
129 | | - "asset": "pnpm-11.1.2.tgz", |
130 | | - "integrity": "sha512-QVocwll0cx51RVwUaDcb50xapft2IbUNQFbSIkUWCfEUEvI/1gLmFp8eBgRmZB95hZfhvpYaEGiINqZ7FlaUmQ==", |
| 129 | + "asset": "pnpm-11.1.3.tgz", |
| 130 | + "integrity": "sha512-yFNX/hfKEt0j3XBxgiZm39fjy3b+IU4zcLXqL7NPKiMRhVCbY+cX880KyzjdP42CvNXoFyQArmeLcOpPvtCJbQ==", |
131 | 131 | "source": "npm-registry", |
132 | 132 | "binary": "package/dist/pnpm.cjs", |
133 | 133 | "notes": "Intel Mac uses the npm-registry JS tarball + system Node (no SEA binary). Upstream dropped darwin-x64 SEA in pnpm 11.0.5 due to nodejs/node#62893 (upstream LIEF/Mach-O bug Node has declined to fix)." |
134 | 134 | }, |
135 | 135 | "linux-arm64": { |
136 | 136 | "asset": "pnpm-linux-arm64.tar.gz", |
137 | | - "integrity": "sha256-piypVPJ8sElNKfGmMtHXqKBtLDYIpGRfXAcUoyBNoCs=" |
| 137 | + "integrity": "sha256-NWdqPazH4yXdaskNs1/UJfF3SOqAlcLqbUfCN1qXT80=" |
138 | 138 | }, |
139 | 139 | "linux-arm64-musl": { |
140 | 140 | "asset": "pnpm-linux-arm64-musl.tar.gz", |
141 | | - "integrity": "sha256-wxX4//gyNSaG/V4NZ6HHIauAu5A7qDdqjE5J5eNBoJ4=" |
| 141 | + "integrity": "sha256-TTzpFkZiH1VR+XI3RN8s56LysAoji5V9X8K62I6XLq0=" |
142 | 142 | }, |
143 | 143 | "linux-x64": { |
144 | 144 | "asset": "pnpm-linux-x64.tar.gz", |
145 | | - "integrity": "sha256-+C92FXLZYhxaZGzMAKHs7Ez1g51mtxRJfmyhDNLghu4=" |
| 145 | + "integrity": "sha256-jlaFwivAXoCSrbBWuz2EjD15JqLJCe0CgFIJjVnbnm4=" |
146 | 146 | }, |
147 | 147 | "linux-x64-musl": { |
148 | 148 | "asset": "pnpm-linux-x64-musl.tar.gz", |
149 | | - "integrity": "sha256-PJjfpfDCuobrSJFjGBCNv6CgcQ2sRoYbP2TXLj3v2gA=" |
| 149 | + "integrity": "sha256-cp5ISnyiwDGeGItM6XUjA0qKmROmgzyK/cFEsDqf8mA=" |
150 | 150 | }, |
151 | 151 | "win-arm64": { |
152 | 152 | "asset": "pnpm-win32-arm64.zip", |
153 | | - "integrity": "sha256-boRXbuU6lI1K5vgE1ff9OoKVPr5wd/wP3+AEqHS8tDg=" |
| 153 | + "integrity": "sha256-xP+pmFO6hyTQUm1bUmN6puww89KtlYYm6wjRCjEyK/E=" |
154 | 154 | }, |
155 | 155 | "win-x64": { |
156 | 156 | "asset": "pnpm-win32-x64.zip", |
157 | | - "integrity": "sha256-RBUJuopehgt8n0HjNxqrbS3adqBxqpWru+3airXIR5g=" |
| 157 | + "integrity": "sha256-RtQrqdFBYF38ZYGaSYsnlxxFicfvE5rYDF6dp6XDSwY=" |
158 | 158 | } |
159 | 159 | } |
160 | 160 | } |
|
0 commit comments