diff options
| author | Chandler Latour | 2013-03-28 13:21:44 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-28 15:15:23 -0700 |
| commit | 91636ea9143e901269abcabcbac8be2e444eea4a (patch) | |
| tree | 45d2ece618087deb6a8b0cbfaed95824a1d98b6f /Library | |
| parent | 69f7df2781c22c5910d8d06d3e6e2e317ed04f16 (diff) | |
| download | homebrew-91636ea9143e901269abcabcbac8be2e444eea4a.tar.bz2 | |
node 0.10.2
Closes #18803.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 7d842d17b..c840d303a 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -41,8 +41,8 @@ end class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.10.1/node-v0.10.1.tar.gz' - sha1 'd4d9ef3b70452112246ea2043ef75943611e3537' + url 'http://nodejs.org/dist/v0.10.2/node-v0.10.2.tar.gz' + sha1 '759a05eff48ff0b54e55748012c5c45502f7cecd' head 'https://github.com/joyent/node.git' |
