diff options
| author | Evan Oxfeld | 2013-02-20 09:43:23 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-20 08:04:09 -0800 |
| commit | 6ac94ce41b10d9407bea2a70e315a5a519c85cd1 (patch) | |
| tree | 4460a291330647bb2aa276f779758d3c53437b49 /Library/Formula | |
| parent | 58f64894d732937ecb0304c6455554300fa724a5 (diff) | |
| download | homebrew-6ac94ce41b10d9407bea2a70e315a5a519c85cd1.tar.bz2 | |
node --devel 0.9.10
Closes #17972.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 a64ded1d0..5a5407f87 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -46,8 +46,8 @@ class Node < Formula sha1 'b780f58f0e3bc43d2380d4a935f2b45350783b37' devel do - url 'http://nodejs.org/dist/v0.9.9/node-v0.9.9.tar.gz' - sha1 'af1deb80c79f256b319a727f8593740ff99cdbc8' + url 'http://nodejs.org/dist/v0.9.10/node-v0.9.10.tar.gz' + sha1 '265542c15cf939b7c71a545758d835ed44d791d3' end head 'https://github.com/joyent/node.git' |
