diff options
| author | Adam Vandenberg | 2010-04-16 14:25:03 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-16 14:25:03 -0700 |
| commit | 92200cac6c55c34dc65327df2b186def72417d96 (patch) | |
| tree | e5b948a33fd982d92bdf2e7e8b896b9bd6ffde80 /Library/Formula | |
| parent | 1ca6b6b042c298e5c8b7b4427966d2315e61beca (diff) | |
| download | homebrew-92200cac6c55c34dc65327df2b186def72417d96.tar.bz2 | |
Update node to 0.1.91
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 224d4b121..ccf0a9d1c 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,10 +1,10 @@ require 'formula' class Node <Formula - url 'http://nodejs.org/dist/node-v0.1.90.tar.gz' + url 'http://nodejs.org/dist/node-v0.1.91.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 '37467ff3ad0c822e0a190c3d1746d70b' + md5 '9610790a56c0b371ae223e0f13b5cc14' aka 'node.js' |
