@nodenv/node-build 4.9.146 → 4.9.148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -217,7 +217,7 @@ and modified for node.
217
217
 
218
218
  [nodenv]: https://github.com/nodenv/nodenv
219
219
  [ruby-build]: https://github.com/rbenv/ruby-build
220
- [definitions]: https://github.com/nodenv/node-build/tree/master/share/node-build
220
+ [definitions]: https://github.com/nodenv/node-build/tree/main/share/node-build
221
221
  [wiki]: https://github.com/nodenv/node-build/wiki
222
222
  [ruby-build wiki]: https://github.com/rbenv/ruby-build/wiki
223
223
  [build-env]: https://github.com/nodenv/node-build/wiki#suggested-build-environment
package/bin/node-build CHANGED
@@ -14,7 +14,7 @@
14
14
  # --version Show version of node-build
15
15
  #
16
16
 
17
- NODE_BUILD_VERSION=4.9.146
17
+ NODE_BUILD_VERSION=4.9.148
18
18
 
19
19
  OLDIFS="$IFS"
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nodenv/node-build",
3
- "version": "4.9.146",
3
+ "version": "4.9.148",
4
4
  "description": "Install NodeJS versions",
5
5
  "homepage": "https://github.com/nodenv/node-build#readme",
6
6
  "license": "MIT",
@@ -0,0 +1,10 @@
1
+ binary aix-ppc64 "https://nodejs.org/dist/v20.13.1/node-v20.13.1-aix-ppc64.tar.gz#941d645cc804274934a06813c87b0b7cee7a6c3f5a3c82e62e1f6f8dc7f0030c"
2
+ binary darwin-arm64 "https://nodejs.org/dist/v20.13.1/node-v20.13.1-darwin-arm64.tar.gz#c30fe595f59dcd2c5158da6bf8bc251ffc85ca37304afa89db150fb3c62c4507"
3
+ binary darwin-x64 "https://nodejs.org/dist/v20.13.1/node-v20.13.1-darwin-x64.tar.gz#80bde95dc976b84db5ca566738c07305087ae578f5f3b05191e0e6ff54aaeaf2"
4
+ binary linux-arm64 "https://nodejs.org/dist/v20.13.1/node-v20.13.1-linux-arm64.tar.gz#4f9c2ffb116855d6fa4b6654e453f403e31b53284b81c789b73d1d2e20c6f710"
5
+ binary linux-armv7l "https://nodejs.org/dist/v20.13.1/node-v20.13.1-linux-armv7l.tar.gz#0f65dddc797ce7f76976e3720b7a1bca67d1465b113daf82878b66c541ae649f"
6
+ binary linux-ppc64le "https://nodejs.org/dist/v20.13.1/node-v20.13.1-linux-ppc64le.tar.gz#d964b4ebc4f6fb2255dfb259f2e2489318c712a3b12ec2f5a1cb36a9ca208180"
7
+ binary linux-s390x "https://nodejs.org/dist/v20.13.1/node-v20.13.1-linux-s390x.tar.gz#efabff9fc928821325139b853c8edcd25a828b8f2fdc1e227cc282655424cf90"
8
+ binary linux-x64 "https://nodejs.org/dist/v20.13.1/node-v20.13.1-linux-x64.tar.gz#80b978a9fe544b1892e73a4bf89e0b3792b1d459b621874efdc2ddd2270c03fe"
9
+
10
+ install_package "node-v20.13.1" "https://nodejs.org/dist/v20.13.1/node-v20.13.1.tar.gz#a85ee53aa0a5c2f5ca94fa414cdbceb91eb7d18a77fc498358512c14cc6c6991"
@@ -1 +1 @@
1
- install_git "node-dev" "https://github.com/nodejs/node.git" "master" standard
1
+ install_git "node-dev" "https://github.com/nodejs/node.git" "main" standard