diff options
| author | Dominyk Tiller | 2015-04-03 23:54:55 +0100 |
|---|---|---|
| committer | Xu Cheng | 2015-04-04 17:06:43 +0800 |
| commit | 1386e806fea5a87bcd6237b642b322a73421ca6d (patch) | |
| tree | 1a6be4b3f52fa6e581f6e1bba46b78872e125e12 | |
| parent | 3369ed0b4601f7d87f57899e0c4137fdbb435ffc (diff) | |
| download | homebrew-1386e806fea5a87bcd6237b642b322a73421ca6d.tar.bz2 | |
node: bump npm and revision
Kinda hate doing this so soon after the last Node release, but npm has
disclosed and fixed a couple of reasonably serious security issues in
the 2.7.5 release and we should push that.
See: https://github.com/npm/npm/releases/tag/v2.7.5
Closes #38350.
Signed-off-by: Xu Cheng <xucheng@me.com>
| -rw-r--r-- | Library/Formula/node.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 145e17ee1..f9bc8bc0a 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -4,6 +4,7 @@ class Node < Formula url "https://nodejs.org/dist/v0.12.2/node-v0.12.2.tar.gz" sha256 "ac7e78ade93e633e7ed628532bb8e650caba0c9c33af33581957f3382e2a772d" head "https://github.com/joyent/node.git", :branch => "v0.12" + revision 1 bottle do sha256 "bceec72d446a89a0e61bfcf5de29270a9aca007aafa04ae05d83c261d8555b66" => :yosemite @@ -30,8 +31,8 @@ class Node < Formula end resource "npm" do - url "https://registry.npmjs.org/npm/-/npm-2.7.4.tgz" - sha256 "bca2bd81adbefda25cd965cba9bbd6d8ff09068acf78d89f9afc8b1fadbb8845" + url "https://registry.npmjs.org/npm/-/npm-2.7.5.tgz" + sha256 "44f236437777bcb27d8be887674754899437685303cc7d666427053e74c51f6f" end def install |
