From 4f335176a971f6c4a3c2128e997d9f163cbd845a Mon Sep 17 00:00:00 2001 From: Pongstr Date: Mon, 4 Jan 2016 01:07:10 +0800 Subject: [PATCH] Add node-v4.2.4 Since node-5.x.x is a bleeding edge, I think it'd be great if scoop would also support an LTS version. --- nodejs4.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 nodejs4.json diff --git a/nodejs4.json b/nodejs4.json new file mode 100644 index 0000000000..7080e085ee --- /dev/null +++ b/nodejs4.json @@ -0,0 +1,21 @@ +{ + "homepage": "http://nodejs.org", + "version": "4.2.4", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://nodejs.org/dist/v4.2.4/node-v4.2.4-x64.msi", + "hash": "1b645f3c2ebefeba0ec21de94435878f5f4d885a41725d3b349da4c8d78cf4b8" + }, + "32bit": { + "url": "https://nodejs.org/dist/v4.2.4/node-v4.2.4-x86.msi", + "hash": "c7c9ab4a1917add9289230805cc070c9daf383eecfe77540ee7ae31218bdbec3" + } + }, + "env_add_path": "nodejs", + "post_install": " +# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm +rm $dir\\nodejs\\node_modules\\npm\\npmrc +npm update -g", + "checkver": "

\\s*Current Version: v([0-9\\.]+)" +}