From c15dc5d480ae4255b70e48100d04591c85473aec Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 16 Aug 2022 08:16:08 -0700 Subject: [PATCH] nodejs: Add 32bit support back (#3830) * nodejs: Add 32bit support back See https://github.com/ScoopInstaller/Main/commit/c4135181190af27ccc1acb02925a1e9d4450fd99#commitcomment-81309371 * Remove whitespace --- bucket/nodejs.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bucket/nodejs.json b/bucket/nodejs.json index 428e5d69b8..e4ba0f61da 100644 --- a/bucket/nodejs.json +++ b/bucket/nodejs.json @@ -8,6 +8,11 @@ "url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x64.7z", "hash": "8af2dd97c0250287960cca4604337ed2e0e0a3b1d414cef5f68056a84f5966ee", "extract_dir": "node-v18.7.0-win-x64" + }, + "32bit": { + "url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x86.7z", + "hash": "ef934a8315044b7588fe6762e73d3175a08c9ef4f1288b97f11520b1fc3ef172", + "extract_dir": "node-v18.7.0-win-x86" } }, "persist": [ @@ -31,6 +36,10 @@ "64bit": { "url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z", "extract_dir": "node-v$version-win-x64" + }, + "32bit": { + "url": "https://nodejs.org/dist/v$version/node-v$version-win-x86.7z", + "extract_dir": "node-v$version-win-x86" } }, "hash": {