|
16 | 16 | <version>${revision}</version> |
17 | 17 |
|
18 | 18 | <properties> |
19 | | - <nodeVersion>22.11.0</nodeVersion> |
| 19 | + <nodeVersion>22.16.0</nodeVersion> |
20 | 20 | <artifactoryToken/> |
21 | 21 | <maven-plugin-tools.version>3.15.1</maven-plugin-tools.version> |
22 | 22 | <gitRepositoryName>nodejs-maven-plugin</gitRepositoryName> |
|
56 | 56 | <flavors> |
57 | 57 | <flavor> |
58 | 58 | <name>darwin-arm64</name> |
59 | | - <checksum>2e89afe6f4e3aa6c7e21c560d8a0453d84807e97850bbb819b998531a22bdfde</checksum> |
| 59 | + <checksum>1d7f34ec4c03e12d8b33481e5c4560432d7dc31a0ef3ff5a4d9a8ada7cf6ecc9</checksum> |
60 | 60 | <url>https://nodejs.org/dist/v${nodeVersion}/node-v${nodeVersion}-darwin-arm64.tar.gz</url> |
61 | 61 | <proxyUrl>https://repox.jfrog.io/artifactory/nodejs-dist/v${nodeVersion}/node-v${nodeVersion}-darwin-arm64.tar.gz</proxyUrl> |
62 | 62 | <binaryName>bin/node</binaryName> |
63 | 63 | </flavor> |
64 | 64 | <flavor> |
65 | 65 | <name>darwin-x64</name> |
66 | | - <checksum>668d30b9512137b5f5baeef6c1bb4c46efff9a761ba990a034fb6b28b9da2465</checksum> |
| 66 | + <checksum>838d400f7e66c804e5d11e2ecb61d6e9e878611146baff69d6a2def3cc23f4ac</checksum> |
67 | 67 | <url>https://nodejs.org/dist/v${nodeVersion}/node-v${nodeVersion}-darwin-x64.tar.gz</url> |
68 | 68 | <proxyUrl>https://repox.jfrog.io/artifactory/nodejs-dist/v${nodeVersion}/node-v${nodeVersion}-darwin-x64.tar.gz</proxyUrl> |
69 | 69 | <binaryName>bin/node</binaryName> |
70 | 70 | </flavor> |
71 | 71 | <flavor> |
72 | 72 | <name>linux-arm64</name> |
73 | | - <checksum>27453f7a0dd6b9e6738f1f6ea6a09b102ec7aa484de1e39d6a1c3608ad47aa6a</checksum> |
| 73 | + <checksum>1725602e9fb150eb8b8220a899085190e1c04d1a5f3862b01c3dc1dfce0157f9</checksum> |
74 | 74 | <url>https://nodejs.org/dist/v${nodeVersion}/node-v${nodeVersion}-linux-arm64.tar.gz</url> |
75 | 75 | <proxyUrl>https://repox.jfrog.io/artifactory/nodejs-dist/v${nodeVersion}/node-v${nodeVersion}-linux-arm64.tar.gz</proxyUrl> |
76 | 76 | <binaryName>bin/node</binaryName> |
77 | 77 | </flavor> |
78 | 78 | <flavor> |
79 | 79 | <name>linux-x64</name> |
80 | | - <checksum>4f862bab52039835efbe613b532238b6e4dde98d139a34e6923193e073438b13</checksum> |
| 80 | + <checksum>fb870226119d47378fa9c92c4535389c72dae14fcc7b47e6fdcc82c43de5a547</checksum> |
81 | 81 | <url>https://nodejs.org/dist/v${nodeVersion}/node-v${nodeVersion}-linux-x64.tar.gz</url> |
82 | 82 | <proxyUrl>https://repox.jfrog.io/artifactory/nodejs-dist/v${nodeVersion}/node-v${nodeVersion}-linux-x64.tar.gz</proxyUrl> |
83 | 83 | <binaryName>bin/node</binaryName> |
84 | 84 | </flavor> |
85 | 85 | <flavor> |
86 | 86 | <name>linux-x64-musl</name> |
87 | | - <checksum>c9b4eba63f6569547e3a3423b446613a5a56dffb571b10f556bac2ae45fdc1fb</checksum> |
| 87 | + <checksum>6d20ac7f034c4117bbefcbde6b63412637dba30aab144a1114fc604b6609fcba</checksum> |
88 | 88 | <url>https://unofficial-builds.nodejs.org/download/release/v${nodeVersion}/node-v${nodeVersion}-linux-x64-musl.tar.gz</url> |
89 | 89 | <proxyUrl>https://repox.jfrog.io/artifactory/nodejs-dist/v${nodeVersion}/node-v${nodeVersion}-linux-x64-musl.tar.gz</proxyUrl> |
90 | 90 | <binaryName>bin/node</binaryName> |
91 | 91 | </flavor> |
92 | 92 | <flavor> |
93 | 93 | <name>win-x64</name> |
94 | | - <checksum>905373a059aecaf7f48c1ce10ffbd5334457ca00f678747f19db5ea7d256c236</checksum> |
| 94 | + <checksum>21c2d9735c80b8f86dab19305aa6a9f6f59bbc808f68de3eef09d5832e3bfbbd</checksum> |
95 | 95 | <url>https://nodejs.org/dist/v${nodeVersion}/node-v${nodeVersion}-win-x64.zip</url> |
96 | 96 | <proxyUrl>https://repox.jfrog.io/artifactory/nodejs-dist/v${nodeVersion}/node-v${nodeVersion}-win-x64.zip</proxyUrl> |
97 | 97 | <binaryName>node.exe</binaryName> |
|
0 commit comments