diff options
| author | Pierre Guilleminot | 2014-09-17 23:09:16 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-09-18 11:28:34 +0100 |
| commit | b6c72053d55cbd70eed8c1a32b3ddf5ed63319a9 (patch) | |
| tree | cc10f2701d8eb2a9a3ca79590ebd3b22dd32c0c5 /Library/Formula/node.rb | |
| parent | 9399f37362c6462b1b57d34c7bad2d01931834e3 (diff) | |
| download | homebrew-b6c72053d55cbd70eed8c1a32b3ddf5ed63319a9.tar.bz2 | |
node 0.10.32
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index b76f80d07..919b88410 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -3,8 +3,8 @@ require "formula" # Note that x.even are stable releases, x.odd are devel releases class Node < Formula homepage "http://nodejs.org/" - url "http://nodejs.org/dist/v0.10.31/node-v0.10.31.tar.gz" - sha1 "80f2160b0525763b557742aa73d8dacf1a71e53c" + url "http://nodejs.org/dist/v0.10.32/node-v0.10.32.tar.gz" + sha1 "1d748171ba2a9568853ccec442c5f62c46fccc20" bottle do revision 3 |
